Home
last modified time | relevance | path

Searched defs:err_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/dnsmasq/src/
Dhelper.c53 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd) in create_helper()