Searched refs:kStderrFd (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.cc | 31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0}; 39 if (fd == kStdoutFd || fd == kStderrFd) return; in ReopenIfNecessary() 65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary() 66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary() 84 if (fd != kStdoutFd && fd != kStderrFd && fd != kInvalidFd) in SetReportPath() 90 fd = kStderrFd; in SetReportPath()
|
D | sanitizer_libc.h | 67 const fd_t kStderrFd = (fd_t)2; variable
|
D | sanitizer_win.cc | 558 CHECK(res != kStderrFd || kStderrFd == kInvalidFd); in OpenFile() 605 if (fd == kStdoutFd || fd == kStderrFd) { in WriteToFile()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 653 WriteToFile(kStderrFd, msg, sizeof(msg)); in ScopedInErrorReport()
|