Searched refs:dir_file_exists_p (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | vpath.c | 262 if (dir_file_exists_p (v, "")) in construct_vpath_list() 497 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename); in selective_vpath_search() 506 exists_in_cache = exists = dir_file_exists_p (name, filename); in selective_vpath_search()
|
D | dir.c | 734 dir_file_exists_p (char *dirname, char *filename) in dir_file_exists_p() function 759 return dir_file_exists_p ("[]", name); in file_exists_p() 775 return dir_file_exists_p (".", name); in file_exists_p() 777 return dir_file_exists_p ("", name); in file_exists_p() 796 return dir_file_exists_p (dirname, slash + 1); in file_exists_p()
|
D | make.h | 439 extern int dir_file_exists_p PARAMS ((char *, char *));
|
D | rule.c | 136 dep->changed = !dir_file_exists_p (name, ""); in count_implicit_rule_limits()
|
D | main.c | 789 if (dir_file_exists_p(p, search_token)) { in find_and_set_default_shell() 806 if (p && *p && dir_file_exists_p(p, search_token)) { in find_and_set_default_shell()
|