HomeSort by: relevance | last modified time | path
    Searched refs:ReportFile (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h 26 struct ReportFile {
50 extern ReportFile report_file;
sanitizer_file.cc 31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
37 void ReportFile::ReopenIfNecessary() {
72 void ReportFile::SetReportPath(const char *path) {
sanitizer_rtems.cc 264 void ReportFile::Write(const char *buffer, uptr length) {
267 "ReportFile::Write() can't output requested buffer!\n";
sanitizer_symbolizer_report.cc 45 bool ReportFile::SupportsColors() {
sanitizer_posix.cc 275 void ReportFile::Write(const char *buffer, uptr length) {
sanitizer_win.cc 816 void ReportFile::Write(const char *buffer, uptr length) {

Completed in 18 milliseconds