Searched defs:out_fd (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.c | 114 int null_fd, out_fd, err_fd; in stdio_disable() local 131 int out_fd, err_fd; in stdio_enable() local 146 int null_fd, out_fd, err_fd; in stdio_disable() local 163 int out_fd, err_fd; in stdio_enable() local
|
/device/google/cuttlefish/guest/commands/vtpm_manager/ |
D | main.cpp | 44 bool ReadResponseLoop(cuttlefish::SharedFD in_fd, cuttlefish::SharedFD out_fd) { in ReadResponseLoop() 67 void SendCommand(cuttlefish::SharedFD out_fd, std::vector<char> command) { in SendCommand() 82 bool SendCommandLoop(cuttlefish::SharedFD in_fd, cuttlefish::SharedFD out_fd) { in SendCommandLoop()
|
/device/google/fuchsia/bioniccompat/src/ |
D | sendfile.cc | 29 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile()
|