Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvpath.c421 int exists_in_cache = 0; in selective_vpath_search() local
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()
525 if (exists_in_cache) /* Makefile-mentioned file need not exist. */ in selective_vpath_search()