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

/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_server.cc202 static const unsigned kCrashContextSize = local
207 char crash_context[kCrashContextSize];
266 kCrashContextSize)) {
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc948 static const unsigned kCrashContextSize = local
950 char context[kCrashContextSize];
953 iov.iov_len = kCrashContextSize;
960 ASSERT_EQ(static_cast<ssize_t>(kCrashContextSize), n);
989 kCrashContextSize));

Completed in 133 milliseconds