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

  /external/toybox/lib/
xwrap.c 198 int xpclose_both(pid_t pid, int *pipes) function
228 return xpclose_both(pid, 0);
234 return xpclose_both(xpopen_both(argv, 0), 0);
lib.h 101 int xpclose_both(pid_t pid, int *pipes);

Completed in 29 milliseconds