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

/external/qemu/android/utils/
H A Ddebug.c82 int null_fd, out_fd, err_fd; local
84 out_fd = _fileno(stdout);
86 stdio_save_out_fd = _dup(out_fd);
89 _dup2(null_fd, out_fd);
99 int out_fd, err_fd; local
101 out_fd = _fileno(stdout);
103 _dup2(stdio_save_out_fd, out_fd);
114 int null_fd, out_fd, err_fd; local
116 out_fd = fileno(stdout);
118 stdio_save_out_fd = dup(out_fd);
131 int out_fd, err_fd; local
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize_addr2line_linux.cc35 int out_fd; member in struct:__tsan::ModuleDesc
83 m->out_fd = outfd[1];
106 m->out_fd = -1;
157 if (0 >= internal_write(m->out_fd, addrstr, internal_strlen(addrstr))) {
159 m->out_fd, errno);
/external/valgrind/main/coregrind/m_ume/
H A Dmain.c68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid) argument
122 // Write the 'out_fd' param if necessary, or close the file.
123 if (!sr_isError(res) && out_fd) {
124 *out_fd = fd;

Completed in 366 milliseconds