Home
last modified time | relevance | path

Searched defs:statCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/clang/unittests/Basic/
H A DFileManagerTest.cpp128 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
179 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
196 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
215 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
228 auto statCache = llvm::make_unique<FakeStatCache>(); in TEST_F() local
243 auto *statCache = statCacheOwner.get(); in TEST_F() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/
H A Dfilestat.c201 apr_hash_t *statCache = (apr_hash_t*)data; in stat_cache_cleanup() local
220 apr_hash_t *statCache = NULL; in cstat() local
/aosp_15_r20/external/clang/lib/Basic/
H A DFileManager.cpp63 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache()
79 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit.go149 statCache par.ErrCache[string, *RevInfo] member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcache.go183 statCache par.ErrCache[string, *RevInfo] member