Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists() function in __anonc7adf9020111::PrematureExitTest
66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()
117 if (PrematureExitTest::FileExists(filepath)) { in main()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cc174 if (FileExists(name)) { in FindPathToBinary()
192 if (FileExists(buffer.data())) in FindPathToBinary()
H A Dsanitizer_file.h80 bool FileExists(const char *filename);
H A Dsanitizer_suppressions.cc58 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
H A Dsanitizer_rtems.cc53 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_symbolizer_posix_libcdep.cc147 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
H A Dsanitizer_win.cc78 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_mac.cc284 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_linux.cc455 bool FileExists(const char *filename) { in FileExists() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp95 bool &FileExists);
354 bool &FileExists) { in HandleHasInclude() argument
420 FileExists = File != nullptr; in HandleHasInclude()