Home
last modified time | relevance | path

Searched refs:xpopen_both (Results 1 – 2 of 2) sorted by relevance

/external/toybox/lib/
Dxwrap.c196 pid_t xpopen_both(char **argv, int *pipes) in xpopen_both() function
290 pid = xpopen_both(argv, pipes); in xpopen()
306 return xpclose_both(xpopen_both(argv, 0), 0); in xrun()
Dlib.h130 pid_t xpopen_both(char **argv, int *pipes);