Searched refs:FileExists (Results 1 – 10 of 10) 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()
207 if (FileExists(name)) { in FindPathToBinary()225 if (FileExists(buffer.data())) in FindPathToBinary()
80 bool FileExists(const char *filename);
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
135 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
92 bool FileExists(const char *filename) { in FileExists() function
387 bool FileExists(const char *filename) { in FileExists() function
590 bool FileExists(const char *filename) { in FileExists() function
684 BOOL FileExists(LPCTSTR szPath) in FileExists() function768 if (FileExists(path)) { in LocateDependencyHelper()
1376 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile() local1388 if (!FileExists(CfgFilePath)) in findConfigFile()1401 if (FileExists(CfgFilePath)) { in findConfigFile()