Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
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
/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/
Dfilestat.c201 apr_hash_t *statCache = (apr_hash_t*)data; in stat_cache_cleanup() local
220 apr_hash_t *statCache = NULL; in cstat() local
/external/clang/lib/Basic/
DFileManager.cpp63 void FileManager::addStatCache(std::unique_ptr<FileSystemStatCache> statCache, in addStatCache()
79 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache()