Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp136 EXPECT_TRUE(FileExists(tmpfile)); in TEST()
357 TEST(SanitizerCommon, FileExists) {
362 EXPECT_TRUE(FileExists(tmpfile)); in TEST()
358 TEST(SanitizerCommon,FileExists) TEST() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp207 if (FileExists(name)) { in FindPathToBinary()
225 if (FileExists(buffer.data())) in FindPathToBinary()
H A Dsanitizer_file.h80 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.cpp135 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.cpp604 bool FileExists(const char *filename) { in GetEnv()
529 bool FileExists(const char *filename) { FileExists() function
/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc479 static bool FileExists(std::string const& name) { in FileExists() function
491 if (!FileExists(name)) return name; in GetTempFileName()
/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1392 const auto FileExists = [this](SmallString<128> Path) -> bool { in findConfigFile()
1404 if (!FileExists(CfgFilePath)) in findConfigFile()
1417 if (FileExists(CfgFilePath)) { in readConfigFile()
1376 const auto FileExists = [this](SmallString<128> Path) -> bool { findConfigFile() local