Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_exception_solaris.h62 MD_EXCEPTION_CODE_SOL_SIGPIPE = 13, /* write on a pipe with no one to read it */ enumerator
/external/google-breakpad/src/processor/
Dminidump_processor.cc1305 case MD_EXCEPTION_CODE_SOL_SIGPIPE: in GetCrashReason()