Home
last modified time | relevance | path

Searched defs:out_fd (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/utils/
Ddebug.c82 int null_fd, out_fd, err_fd; in stdio_disable() local
99 int out_fd, err_fd; in stdio_enable() local
114 int null_fd, out_fd, err_fd; in stdio_disable() local
131 int out_fd, err_fd; in stdio_enable() local
/external/bluetooth/glib/tests/
Dtimeloop-basic.c78 run_child (int in_fd, int out_fd) in run_child()