Searched refs:FileExists (Results 1 – 12 of 12) sorted by relevance
49 static bool FileExists(const char* filepath) { in FileExists() function in __anonf8f3ce4f0111::PrematureExitTest66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()117 if (PrematureExitTest::FileExists(filepath)) { in main()
13 bool FileExists(const char* path) { in FileExists() function58 if (!FileExists(path.c_str())) in GetBinaryResourceReader()
80 if (create_if_necessary && !FileExists(base_directory, path)) { in OpenFile()107 if (create_if_necessary && !FileExists(base_directory, path)) { in OpenDirectory()169 bool FileExists(const fml::UniqueFD& base_directory, const char* path) { in FileExists() function
59 bool FileExists(const std::string& path) { in FileExists() function270 if (FileExists(dirnames_[i])) { in SetUp()279 if (FileExists(dirnames_[i])) { in TearDown()
89 bool FileExists(const std::string& path) { in FileExists() function271 if (FileExists(temp_directory_)) { in SetUp()298 if (FileExists(temp_directory_)) { in TearDown()387 if (!FileExists(temp_directory_ + "/" + dir)) { in CreateTempFile()
42 bool Cleaner::FileExists(const string& path) { in FileExists() function in Cleaner60 if (FileExists(path)) in Remove()
81 bool FileExists(const std::string& path);
58 bool FileExists(const fml::UniqueFD& base_directory, const char* path);
476 static bool FileExists(std::string const& name) { in FileExists() function488 if (!FileExists(name)) return name; in GetTempFileName()
326 bool FileExists(const fml::UniqueFD& base_directory, const char* path) { in FileExists() function
635 var f = fso.FileExists(new_makefile);645 var f = fso.FileExists(configh);
133821 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {148923 - if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {