Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dcpio.c98 pid = xpopen(0, &pipe, 0); in cpio_main()
Dtar.c765 pid = xpopen((char *[]){"sh", "-c", TT.to_command, NULL}, &fd, 0); in unpack_tar()
/external/toybox/toys/lsb/
Dmount.c154 pid = xpopen(cmd, &pipe, 1); in tortoise()
/external/toybox/lib/
Dlib.h142 pid_t xpopen(char **argv, int *pipe, int isstdout);
Dxwrap.c357 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() function