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

  /external/toybox/lib/
xwrap.c 175 pid_t xpopen_both(char **argv, int *pipes) function
269 pid = xpopen_both(argv, pipes);
285 return xpclose_both(xpopen_both(argv, 0), 0);
lib.h 111 pid_t xpopen_both(char **argv, int *pipes);

Completed in 50 milliseconds