Searched refs:xpopen (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/posix/ |
D | cpio.c | 98 pid = xpopen(0, &pipe, 0); in cpio_main()
|
D | tar.c | 765 pid = xpopen((char *[]){"sh", "-c", TT.to_command, NULL}, &fd, 0); in unpack_tar()
|
/external/toybox/toys/lsb/ |
D | mount.c | 154 pid = xpopen(cmd, &pipe, 1); in tortoise()
|
/external/toybox/lib/ |
D | lib.h | 142 pid_t xpopen(char **argv, int *pipe, int isstdout);
|
D | xwrap.c | 357 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() function
|