Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h895 static const size_t MD_MISCINFO5_SIZE = variable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc4500 expected_size != MD_MISCINFO5_SIZE) { in Read()
4501 if (expected_size > MD_MISCINFO5_SIZE) { in Read()
4505 padding = expected_size - MD_MISCINFO5_SIZE; in Read()
4506 expected_size = MD_MISCINFO5_SIZE; in Read()
4511 << ", " << MD_MISCINFO5_SIZE << ")"; in Read()