Searched refs:StatCache (Results 1 – 3 of 3) sorted by relevance
67 if (AtBeginning || !StatCache.get()) { in addStatCache()68 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()69 StatCache = std::move(statCache); in addStatCache()73 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()84 if (StatCache.get() == statCache) { in removeStatCache()86 StatCache = StatCache->takeNextStatCache(); in removeStatCache()91 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()100 StatCache.reset(); in clearStatCaches()466 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()472 StatCache.get(), *FS); in getStatValue()
164 std::unique_ptr<FileSystemStatCache> StatCache; variable
586 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local597 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()