HomeSort by: relevance | last modified time | path
    Searched refs:FindFile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp 50 static const char *FindFile(const char *file_path,
63 static const char *FindFile(const char *file_path, char *, uptr) {
73 filename = FindFile(filename, new_file_path.data(), new_file_path.size());
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp 50 static const char *FindFile(const char *file_path,
63 static const char *FindFile(const char *file_path, char *, uptr) {
73 filename = FindFile(filename, new_file_path.data(), new_file_path.size());
  /src/usr.bin/make/
dir.c 1167 FindFile(const char *name, SearchPath *path, bool isinclude)
1277 return FindFile(name, path, false);
1293 return FindFile(name, path, true);

Completed in 16 milliseconds