Searched refs:xpopen (Results 1 - 4 of 4) sorted by relevance

/external/toybox/toys/posix/
H A Dcpio.c85 if (!(pid = xpopen(0, &pipe, 0))) {
/external/toybox/lib/
H A Dlib.h102 pid_t xpopen(char **argv, int *pipe, int stdout);
H A Dxwrap.c211 // Wrapper to xpopen with a pipe for just one of stdin/stdout
212 pid_t xpopen(char **argv, int *pipe, int stdout) function
231 // Call xpopen and wait for it to finish, keeping existing stdin/stdout.
/external/toybox/toys/lsb/
H A Dmount.c229 pid = xpopen(losetup, &pipe, 1);

Completed in 67 milliseconds