Home
last modified time | relevance | path

Searched refs:asan_report_str_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc152 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()
Dcrash_handler_host_linux.h89 char* asan_report_str_; variable