Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc41 const unsigned kCrashContextSize = sizeof(ExceptionHandler::CrashContext); variable
125 char* crash_context = new char[kCrashContextSize]; in OnFileCanReadWithoutBlocking()
136 kCrashContextSize + in OnFileCanReadWithoutBlocking()
144 iov[0].iov_len = kCrashContextSize; in OnFileCanReadWithoutBlocking()
177 << " kCrashContextSize:" << kCrashContextSize in OnFileCanReadWithoutBlocking()
335 kCrashContextSize)) { in WriteDumpFile()