HomeSort by relevance Sort by last modified time
    Searched refs:xpopen (Results 1 - 4 of 4) sorted by null

  /external/toybox/lib/
lib.h 102 pid_t xpopen(char **argv, int *pipe, int stdout);
xwrap.c 211 // 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/posix/
cpio.c 85 if (!(pid = xpopen(0, &pipe, 0))) {
  /external/toybox/toys/lsb/
mount.c 229 pid = xpopen(losetup, &pipe, 1);

Completed in 70 milliseconds