Searched refs:tmp_fd (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_libcproc.c740 Int tmp_fd = -1; local
743 tmp_fd = reopen_output_fd(False);
744 VG_(log_output_sink).fd = VG_(safe_fd)(tmp_fd);
748 tmp_fd = reopen_output_fd(True);
749 VG_(xml_output_sink).fd = VG_(safe_fd)(tmp_fd);

Completed in 45 milliseconds