Lines Matching refs:FakeStatCache
26 class FakeStatCache : public FileSystemStatCache { class
117 manager.setStatCache(std::make_unique<FakeStatCache>()); in TEST_F()
127 manager.setStatCache(std::make_unique<FakeStatCache>()); in TEST_F()
144 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
173 manager.setStatCache(std::make_unique<FakeStatCache>()); in TEST_F()
187 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
204 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
233 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
262 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F()
317 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
331 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F()
388 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
455 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
482 auto statCache = std::make_unique<FakeStatCache>(); in TEST_F()
514 auto Cache = std::make_unique<FakeStatCache>(); in TEST_F()