Searched refs:FileExists (Results 1 – 9 of 9) sorted by relevance
49 static bool FileExists(const char* filepath) { in FileExists() function in __anona87fd70f0111::PrematureExitTest66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()119 if (PrematureExitTest::FileExists(filepath)) { in main()
80 bool FileExists(const char *filename);
271 if (FileExists(name)) { in FindPathToBinary()289 if (FileExists(buffer.data())) in FindPathToBinary()
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
137 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
92 bool FileExists(const char *filename) { in FileExists() function
380 bool FileExists(const char *filename) { in FileExists() function
623 bool FileExists(const char *filename) { in FileExists() function
1393 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile() local1405 if (!FileExists(CfgFilePath)) in findConfigFile()1418 if (FileExists(CfgFilePath)) { in findConfigFile()