Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c2269 static void sh_exec(char **argv) in sh_exec() function
2425 } else if (-1==(pp->pid = xpopen_setup(pp->arg.v, 0, sh_exec))) in run_command()
4010 sh_exec(toys.optargs); in exec_main()