Searched refs:asan_report_str_ (Results 1 – 2 of 2) sorted by relevance
152 asan_report_str_ = new char[kMaxAsanReportSize + 1]; in OnFileCanReadWithoutBlocking()192 iov[7].iov_base = asan_report_str_; in OnFileCanReadWithoutBlocking()352 info->asan_report_str = asan_report_str_; in OnFileCanReadWithoutBlocking()353 info->asan_report_length = strlen(asan_report_str_); in OnFileCanReadWithoutBlocking()404 fprintf(logfile, "%s", asan_report_str_); in WriteDumpFile()
89 char* asan_report_str_; variable