Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.c114 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/
Dmain.cpp44 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/
Dsendfile.cc29 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile()