Searched refs:FileOrDirectoryExists (Results 1 – 3 of 3) sorted by relevance
567 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there in TEST_F()570 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there in TEST_F()572 EXPECT_TRUE(file_path.FileOrDirectoryExists()); in TEST_F()577 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()579 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()585 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists()); in TEST_F()
154 bool FileOrDirectoryExists() const;
204 bool FilePath::FileOrDirectoryExists() const { in FileOrDirectoryExists() function in testing::internal::FilePath288 } while (full_pathname.FileOrDirectoryExists()); in GenerateUniqueFileName()