Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp136 EXPECT_TRUE(FileExists(tmpfile)); in TEST()
358 TEST(SanitizerCommon, FileExists) { in TEST() argument
363 EXPECT_TRUE(FileExists(tmpfile)); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp205 if (FileExists(name)) { in FindPathToBinary()
223 if (FileExists(buffer.data())) in FindPathToBinary()
H A Dsanitizer_file.h79 bool FileExists(const char *filename);
H A Dsanitizer_suppressions.cpp55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
H A Dsanitizer_symbolizer_posix_libcdep.cpp134 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
H A Dsanitizer_win.cpp92 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_mac.cpp387 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_linux.cpp536 bool FileExists(const char *filename) { in FileExists() function
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc476 static bool FileExists(std::string const& name) { in FileExists() function
488 if (!FileExists(name)) return name; in GetTempFileName()