Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 8 of 8) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists() function in __anona46f20310111::PrematureExitTest
66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()
119 if (PrematureExitTest::FileExists(filepath)) { in main()
/third_party/cef/tests/shared/browser/
Dresource_util_posix.cc13 bool FileExists(const char* path) { in FileExists() function
58 if (!FileExists(path.c_str())) in GetBinaryResourceReader()
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc59 bool FileExists(const std::string& path) { in FileExists() function
270 if (FileExists(dirnames_[i])) { in SetUp()
279 if (FileExists(dirnames_[i])) { in TearDown()
Dcommand_line_interface_unittest.cc89 bool FileExists(const std::string& path) { in FileExists() function
271 if (FileExists(temp_directory_)) { in SetUp()
298 if (FileExists(temp_directory_)) { in TearDown()
387 if (!FileExists(temp_directory_ + "/" + dir)) { in CreateTempFile()
/third_party/ninja/src/
Dclean.cc42 bool Cleaner::FileExists(const string& path) { in FileExists() function in Cleaner
60 if (FileExists(path)) in Remove()
Dclean.h81 bool FileExists(const std::string& path);
/third_party/benchmark/test/
Doutput_test_helper.cc476 static bool FileExists(std::string const& name) { in FileExists() function
488 if (!FileExists(name)) return name; in GetTempFileName()
/third_party/chromium/patch/
D0001-cve.patch133821 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
148923 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {