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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h154 bool FileOrDirectoryExists() const;
/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc549 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
552 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
554 EXPECT_TRUE(file_path.FileOrDirectoryExists());
559 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
561 EXPECT_TRUE(file_path2.FileOrDirectoryExists());
567 EXPECT_TRUE(testdata_file_.FileOrDirectoryExists());
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc209 bool FilePath::FileOrDirectoryExists() const { function in class:testing::internal::FilePath
293 } while (full_pathname.FileOrDirectoryExists());

Completed in 8 milliseconds