Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dxwrap.c322 int xpclose_both(pid_t pid, int *pipes) in xpclose_both() function
349 return xpclose_both(pid, 0); in xpclose()
355 return xpclose_both(xpopen_both(argv, 0), 0); in xrun()
Dlib.h145 int xpclose_both(pid_t pid, int *pipes);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h140 int xpclose_both(pid_t pid, int *pipes);
/third_party/toybox/toys/pending/
Dsh.c503 else pp->exit = xpclose_both(pp->pid, 0); in run_command()
/third_party/toybox/toys/posix/
Dtar.c751 fd = xpclose_both(pid, 0); in unpack_tar()