Lines Matching refs:Manager
431 FileManager Manager(Opts, FS); in TEST_F() local
438 ASSERT_TRUE(Manager.makeAbsolutePath(Path)); in TEST_F()
452 FileManager Manager(Opts, FS); in TEST_F() local
459 Manager.setStatCache(std::move(statCache)); in TEST_F()
462 const FileEntry *file = Manager.getVirtualFile("/tmp/test", 123, 1); in TEST_F()
479 FileManager Manager(Opts, FS); in TEST_F() local
486 Manager.setStatCache(std::move(statCache)); in TEST_F()
489 auto file = Manager.getFile("/tmp/test", /*OpenFile=*/false); in TEST_F()
511 FileManager Manager(Opts, FS); in TEST_F() local
517 Manager.setStatCache(std::move(Cache)); in TEST_F()
520 const FileEntry *File = Manager.getVirtualFile("/tmp/test", /*Size=*/10, 0); in TEST_F()
528 ASSERT_THAT_ERROR(Manager.getFileRef("/tmp/test").moveInto(SearchRef), in TEST_F()
536 Manager.getBypassFile(File->getLastRef()); in TEST_F()
546 ASSERT_THAT_ERROR(Manager.getFileRef("/tmp/test").moveInto(SearchRef), in TEST_F()