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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc35 fd_t report_fd = kStderrFd; member in namespace:__sanitizer
41 // PID of process that opened |report_fd|. If a fork() occurs, the PID of the
282 if (report_fd != kStdoutFd &&
283 report_fd != kStderrFd &&
284 report_fd != kInvalidFd)
285 internal_close(report_fd);
286 report_fd = kInvalidFd;
289 report_fd = kStdoutFd;
291 report_fd = kStderrFd;

Completed in 678 milliseconds