Searched defs:FileExists (Results 1 – 6 of 6) sorted by relevance
49 static bool FileExists(const char* filepath) { in FileExists() function in __anona87fd70f0111::PrematureExitTest
684 BOOL FileExists(LPCTSTR szPath) in FileExists() function
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
1376 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile() local