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 315 int xpclose_both(pid_t pid, int *pipes) function
342 return xpclose_both(pid, 0);
348 return xpclose_both(xpopen_both(argv, 0), 0);
lib.h 136 int xpclose_both(pid_t pid, int *pipes);

Completed in 65 milliseconds