Home
last modified time | relevance | path

Searched refs:dir_file_exists_p (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvpath.c262 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()
Ddir.c734 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()
Dmake.h439 extern int dir_file_exists_p PARAMS ((char *, char *));
Drule.c136 dep->changed = !dir_file_exists_p (name, ""); in count_implicit_rule_limits()
Dmain.c789 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()