Searched refs:dup2 (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.c | 147 dup2(null_fd, out_fd); in stdio_disable() 148 dup2(null_fd, err_fd); in stdio_disable() 159 dup2(stdio_save_out_fd, out_fd); in stdio_enable() 160 dup2(stdio_save_err_fd, err_fd); in stdio_enable()
|
/hardware/google/pixel/pwrstats_util/ |
D | pwrstats_util.cpp | 143 dup2(devnull, STDIN_FILENO); in daemon() 144 dup2(devnull, STDOUT_FILENO); in daemon() 145 dup2(devnull, STDERR_FILENO); in daemon()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 20 # define dup2 _dup2 macro
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 449 It must: be compatible with the POSIX system calls code:dup, code:dup2, 1356 It must: be compatible with the POSIX system calls code:dup, code:dup2, 1618 It must: be compatible with the POSIX system calls code:dup, code:dup2,
|