Home
last modified time | relevance | path

Searched refs:kMaxAsanReportSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/breakpad/app/
Dbreakpad_linux_impl.h24 static const size_t kMaxAsanReportSize = 1 << 16; variable
Dbreakpad_linux.cc787 iov[7].iov_len = kMaxAsanReportSize + 1; in NonBrowserCrashHandler()
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc152 asan_report_str_ = new char[kMaxAsanReportSize + 1]; in OnFileCanReadWithoutBlocking()
173 kMaxAsanReportSize + 1 + in OnFileCanReadWithoutBlocking()
193 iov[7].iov_len = kMaxAsanReportSize + 1; in OnFileCanReadWithoutBlocking()