/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 172 if (FileExists(name)) { in FindPathToBinary() 190 if (FileExists(buffer.data())) in FindPathToBinary()
|
H A D | sanitizer_file.h | 81 bool FileExists(const char *filename);
|
H A D | sanitizer_suppressions.cc | 56 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
|
H A D | sanitizer_rtems.cc | 55 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_symbolizer_posix_libcdep.cc | 145 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
|
H A D | sanitizer_win.cc | 76 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_mac.cc | 271 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_linux.cc | 485 bool FileExists(const char *filename) { in FileExists() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_file.cc | 174 if (FileExists(name)) { in FindPathToBinary() 192 if (FileExists(buffer.data())) in FindPathToBinary()
|
H A D | sanitizer_file.h | 80 bool FileExists(const char *filename);
|
H A D | sanitizer_suppressions.cc | 58 if (!FileExists(filename) && !IsAbsolutePath(filename) && in ParseFromFile()
|
H A D | sanitizer_rtems.cc | 53 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_symbolizer_posix_libcdep.cc | 147 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
|
H A D | sanitizer_win.cc | 78 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_mac.cc | 284 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_linux.cc | 455 bool FileExists(const char *filename) { in FileExists() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cpp | 200 if (FileExists(name)) { in FindPathToBinary() 218 if (FileExists(buffer.data())) in FindPathToBinary()
|
H A D | sanitizer_file.h | 80 bool FileExists(const char *filename);
|
H A D | sanitizer_suppressions.cpp | 55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
|
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 135 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
|
H A D | sanitizer_win.cpp | 93 bool FileExists(const char *filename) { in FileExists() function
|
H A D | sanitizer_mac.cpp | 391 bool FileExists(const char *filename) { in FileExists() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | output_test_helper.cc | 463 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 D | nmakehlp.c | 684 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 D | sanitizer_libc_test.cc | 126 EXPECT_TRUE(FileExists(tmpfile)); in TEST()
|