Home
last modified time | relevance | path

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

/third_party/toybox/
Dmain.c151 void toy_exec_which(struct toy_list *which, char *argv[]) in toy_exec_which() function
177 toy_exec_which(toy_find(basename(*argv)), argv); in toy_exec()
196 else toy_exec_which(tl, toys.argv+1); in toybox_main()
/third_party/toybox/porting/liteos_a/
Dmain.c151 void toy_exec_which(struct toy_list *which, char *argv[]) in toy_exec_which() function
177 toy_exec_which(toy_find(basename(*argv)), argv); in toy_exec()
196 else toy_exec_which(tl, toys.argv+1); in toybox_main()