Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cc172 if (FileExists(name)) { in FindPathToBinary()
190 if (FileExists(buffer.data())) in FindPathToBinary()
H A Dsanitizer_file.h81 bool FileExists(const char *filename);
H A Dsanitizer_suppressions.cc56 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
H A Dsanitizer_rtems.cc55 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_symbolizer_posix_libcdep.cc145 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
H A Dsanitizer_win.cc76 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_mac.cc271 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_linux.cc485 bool FileExists(const char *filename) { in FileExists() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/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
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cpp200 if (FileExists(name)) { in FindPathToBinary()
218 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.cpp93 bool FileExists(const char *filename) { in FileExists() function
H A Dsanitizer_mac.cpp391 bool FileExists(const char *filename) { in FileExists() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc463 static bool FileExists(std::string const& name) { in FileExists() function
475 if (!FileExists(name)) in GetTempFileName()
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c684 BOOL FileExists(LPCTSTR szPath) in FileExists() function
768 if (FileExists(path)) { in LocateDependencyHelper()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc126 EXPECT_TRUE(FileExists(tmpfile)); in TEST()