Searched defs:FileExists (Results 1 – 5 of 5) sorted by relevance
358 TEST(SanitizerCommon, FileExists) { in TEST() argument
92 bool FileExists(const char *filename) { in FileExists() function
387 bool FileExists(const char *filename) { in FileExists() function
536 bool FileExists(const char *filename) { in FileExists() function
1395 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile() local