Searched refs:StatCache (Results 1 – 5 of 5) sorted by relevance
66 if (AtBeginning || !StatCache.get()) { in addStatCache()67 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()68 StatCache = std::move(statCache); in addStatCache()72 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()83 if (StatCache.get() == statCache) { in removeStatCache()85 StatCache = StatCache->takeNextStatCache(); in removeStatCache()90 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()99 StatCache.reset(); in clearStatCaches()468 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()474 StatCache.get(), *FS); in getStatValue()
320 using StatCache = ExpiringLRUCache<GcsFileStat>; variable321 std::unique_ptr<StatCache> stat_cache_;
819 stat_cache_(new StatCache(stat_cache_max_age, stat_cache_max_entries)), in GcsFileSystem()1208 StatCache::ComputeFunc compute_func = [this](const string& dirname, in FolderExists()
166 std::unique_ptr<FileSystemStatCache> StatCache; variable
586 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local597 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()