Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c112 int null_fd, out_fd, err_fd; in stdio_disable() local
129 int out_fd, err_fd; in stdio_enable() local
144 int null_fd, out_fd, err_fd; in stdio_disable() local
161 int out_fd, err_fd; in stdio_enable() local
/device/google/fuchsia/bioniccompat/src/
Dsendfile.cc29 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile()