Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp1395 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile() local
1407 if (!FileExists(CfgFilePath)) in findConfigFile()
1420 if (FileExists(CfgFilePath)) { in findConfigFile()