Home
last modified time | relevance | path

Searched refs:xpclose_both (Results 1 – 3 of 3) sorted by relevance

/external/toybox/lib/
Dxwrap.c346 int xpclose_both(pid_t pid, int *pipes) in xpclose_both() function
373 return xpclose_both(pid, 0); in xpclose()
379 return xpclose_both(xpopen_both(argv, 0), 0); in xrun()
Dlib.h141 int xpclose_both(pid_t pid, int *pipes);
/external/toybox/toys/posix/
Dtar.c768 fd = xpclose_both(pid, 0); in unpack_tar()