Searched refs:StatCache (Results 1 – 3 of 3) sorted by relevance
70 if (AtBeginning || !StatCache.get()) { in addStatCache()71 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()72 StatCache = std::move(statCache); in addStatCache()76 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()87 if (StatCache.get() == statCache) { in removeStatCache()89 StatCache = StatCache->takeNextStatCache(); in removeStatCache()94 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()103 StatCache.reset(); in clearStatCaches()457 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()463 StatCache.get(), *FS); in getStatValue()
172 std::unique_ptr<FileSystemStatCache> StatCache; variable
576 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local587 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()