Home
last modified time | relevance | path

Searched refs:StatCache (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DFileManager.cpp66 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()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h320 using StatCache = ExpiringLRUCache<GcsFileStat>; variable
321 std::unique_ptr<StatCache> stat_cache_;
Dgcs_file_system.cc819 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()
/external/clang/include/clang/Basic/
DFileManager.h166 std::unique_ptr<FileSystemStatCache> StatCache; variable
/external/clang/lib/Frontend/
DCacheTokens.cpp586 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local
597 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()