Searched refs:FindFile (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_suppressions.cpp | 50 static const char *FindFile(const char *file_path, in FindFile() function 63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() function 73 filename = FindFile(filename, new_file_path.data(), new_file_path.size()); in ParseFromFile()
|
/netbsd-src/usr.bin/make/ |
H A D | dir.c | 1164 FindFile(const char *name, SearchPath *path, bool isinclude) in FindFile() function 1274 return FindFile(name, path, false); in Dir_FindFile() 1290 return FindFile(name, path, true); in Dir_FindInclude()
|