HomeSort by relevance Sort by last modified time
    Searched defs:toy_exec (Results 1 - 2 of 2) sorted by null

  /external/toybox/
main.c 150 void toy_exec(char *argv[]) function
182 if (toys.argv[1]) toy_exec(toys.argv+1);
238 // (It will adjust it back before calling toy_exec().)
  /external/toybox/scripts/
config2help.c 28 void toy_exec(char *argv[]) {;} function

Completed in 61 milliseconds