Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h778 static const size_t MD_MISCINFO4_SIZE = sizeof(MDRawMiscInfo); variable
/external/google-breakpad/src/processor/
Dminidump.cc3407 expected_size != MD_MISCINFO4_SIZE) { in Read()
3410 << ", " << MD_MISCINFO3_SIZE << ", " << MD_MISCINFO4_SIZE in Read()