Home
last modified time | relevance | path

Searched refs:FileOrDirectoryExists (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc538 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there in TEST_F()
541 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there in TEST_F()
543 EXPECT_TRUE(file_path.FileOrDirectoryExists()); in TEST_F()
548 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
550 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
556 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists()); in TEST_F()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc207 bool FilePath::FileOrDirectoryExists() const { in FileOrDirectoryExists() function in testing::internal::FilePath
291 } while (full_pathname.FileOrDirectoryExists()); in GenerateUniqueFileName()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h157 bool FileOrDirectoryExists() const;