HomeSort by relevance Sort by last modified time
    Searched refs:kCrashContextSize (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 202 static const unsigned kCrashContextSize =
207 char crash_context[kCrashContextSize];
266 kCrashContextSize)) {
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 948 static const unsigned kCrashContextSize =
950 char context[kCrashContextSize];
953 iov.iov_len = kCrashContextSize;
960 ASSERT_EQ(static_cast<ssize_t>(kCrashContextSize), n)
    [all...]

Completed in 197 milliseconds