Home
last modified time | relevance | path

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

/external/toybox/
Dmain.c149 static void toy_exec_which(struct toy_list *which, char *argv[]) in toy_exec_which() function
175 toy_exec_which(toy_find(*argv), argv); in toy_exec()
193 toy_exec_which(toy_find(basename(s)), toys.argv+1); in toybox_main()