Searched defs:statCache (Results 1 – 2 of 2) sorted by relevance
144 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local187 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local204 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local233 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local317 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local388 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local455 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local482 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F() local
63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache()