Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/rnn/
Dpath.c28 FILE *find_in_path(const char *name, const char *path, char **pfullname) { in find_in_path() function
Dutil.h104 FILE *find_in_path(const char *name, const char *path, char **pfullname);
Drnn.c858 FILE *file = find_in_path(file_orig, rnn_path, &fname); in find_file()
/external/toybox/toys/other/
Dwhich.c43 list = find_in_path(getenv("PATH"), filename); in which_in_path()
Dlsusb.c120 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/
Denv.c57 for (sl = find_in_path(path, *ev); sl; sl = sl->next)
Dtar.c944 struct string_list *zcat = FLAG(I) ? 0 : find_in_path(getenv("PATH"), in tar_main()
/external/toybox/toys/example/
Dlogpath.c61 list = find_in_path(getenv("PATH"), omnom); in logpath_main()
/external/libcxx/utils/google-benchmark/
Dmingw.py86 def find_in_path(file, path=None): function
104 path = find_in_path('7z')
/external/toybox/lib/
Dlib.h226 struct string_list *find_in_path(char *path, char *filename);
Dlib.c251 struct string_list *find_in_path(char *path, char *filename) in find_in_path() function
/external/toybox/toys/pending/
Dsh.c2494 } 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()