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

  /external/toybox/toys/posix/
cpio.c 92 // xpopen() doesn't return from child due to vfork(), instead restarts
94 pid = xpopen(0, &pipe, 0);
  /external/toybox/toys/lsb/
mount.c 239 pid = xpopen(losetup, &pipe, 1);
  /external/toybox/lib/
lib.h 134 pid_t xpopen(char **argv, int *pipe, int isstdout);
xwrap.c 290 // Wrapper to xpopen with a pipe for just one of stdin/stdout
291 pid_t xpopen(char **argv, int *pipe, int isstdout) function
310 // Call xpopen and wait for it to finish, keeping existing stdin/stdout.

Completed in 119 milliseconds