Searched refs:FileExists (Results 1 – 9 of 9) sorted by relevance
136 EXPECT_TRUE(FileExists(tmpfile)); in TEST()358 TEST(SanitizerCommon, FileExists) { in TEST() argument363 EXPECT_TRUE(FileExists(tmpfile)); in TEST()
205 if (FileExists(name)) { in FindPathToBinary()223 if (FileExists(buffer.data())) in FindPathToBinary()
79 bool FileExists(const char *filename);
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
134 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
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
476 static bool FileExists(std::string const& name) { in FileExists() function488 if (!FileExists(name)) return name; in GetTempFileName()