Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc49 static bool FileExists(const char* filepath) { in FileExists() function in __anond62f85430111::PrematureExitTest
66 return FileExists(premature_exit_file_path_); in PrematureExitFileExists()
117 if (PrematureExitTest::FileExists(filepath)) { in main()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp185 if (FileExists(name)) { in FindPathToBinary()
203 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.cpp383 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_linux.cpp460 bool FileExists(const char *filename) { in FileExists() function
/freebsd-13.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c684 BOOL FileExists(LPCTSTR szPath) in FileExists() function
768 if (FileExists(path)) { in LocateDependencyHelper()