Home
last modified time | relevance | path

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

/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c1235 static void subshell_callback(char **argv) in subshell_callback() function
1402 pid = xpopen_setup(0, 0, subshell_callback); in run_subshell()