HomeSort by relevance Sort by last modified time
    Searched full:dir_file_exists_p (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
dir.c 738 dir_file_exists_p (char *dirname, char *filename)
764 return dir_file_exists_p ("[]", name);
780 return dir_file_exists_p (".", name);
782 return dir_file_exists_p ("", name);
801 return dir_file_exists_p (dirname, slash + 1);
734 dir_file_exists_p (char *dirname, char *filename) function
vpath.c 264 if (dir_file_exists_p (v, ""))
501 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename);
510 exists_in_cache = exists = dir_file_exists_p (name, filename);
make.h 440 extern int dir_file_exists_p PARAMS ((char *, char *));
rule.c 138 dep->changed = !dir_file_exists_p (name, "");
main.c 793 if (dir_file_exists_p(p, search_token)) {
810 if (p && *p && dir_file_exists_p(p, search_token)) {
    [all...]

Completed in 153 milliseconds