Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvpath.c51 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_p…
354 if (selective_vpath_search (v, file, mtime_ptr)) in vpath_search()
358 && selective_vpath_search (general_vpath, file, mtime_ptr)) in vpath_search()
372 selective_vpath_search (struct vpath *path, char **file, in selective_vpath_search() function
DChangeLog243 * vpath.c (selective_vpath_search): If the file we find has a
1746 * vpath.c (selective_vpath_search): Ditto.