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 146 pid_t xpopen_both(char **argv, int *pipes) function
218 pid = xpopen_both(argv, pipes);
234 return xpclose_both(xpopen_both(argv, 0), 0);
lib.h 100 pid_t xpopen_both(char **argv, int *pipes);

Completed in 26 milliseconds