Searched refs:find_in_path (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/freedreno/rnn/ |
D | path.c | 28 FILE *find_in_path(const char *name, const char *path, char **pfullname) { in find_in_path() function
|
D | util.h | 104 FILE *find_in_path(const char *name, const char *path, char **pfullname);
|
D | rnn.c | 858 FILE *file = find_in_path(file_orig, rnn_path, &fname); in find_file()
|
/external/toybox/toys/other/ |
D | which.c | 43 list = find_in_path(getenv("PATH"), filename); in which_in_path()
|
D | lsusb.c | 120 if ((sl = find_in_path(path, toybuf))) { in parse_dev_ids() 123 } else if ((sl = find_in_path(path, name))) fd = xopen(sl->str,O_RDONLY); in parse_dev_ids()
|
/external/toybox/toys/posix/ |
D | env.c | 57 for (sl = find_in_path(path, *ev); sl; sl = sl->next)
|
D | tar.c | 944 struct string_list *zcat = FLAG(I) ? 0 : find_in_path(getenv("PATH"), in tar_main()
|
/external/toybox/toys/example/ |
D | logpath.c | 61 list = find_in_path(getenv("PATH"), omnom); in logpath_main()
|
/external/libcxx/utils/google-benchmark/ |
D | mingw.py | 86 def find_in_path(file, path=None): function 104 path = find_in_path('7z')
|
/external/toybox/lib/ |
D | lib.h | 226 struct string_list *find_in_path(char *path, char *filename);
|
D | lib.c | 251 struct string_list *find_in_path(char *path, char *filename) in find_in_path() function
|
/external/toybox/toys/pending/ |
D | sh.c | 2494 } else for (sl = find_in_path(pp, cc); sl || (ss = 0); free(llist_pop(&sl))) in sh_exec() 3733 for (sl = find_in_path(pp, name); sl; free(llist_pop(&sl))) in fpathopen()
|