Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h889 static const size_t MD_MISCINFO4_SIZE = variable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc4499 expected_size != MD_MISCINFO4_SIZE && in Read()
4510 << ", " << MD_MISCINFO3_SIZE << ", " << MD_MISCINFO4_SIZE in Read()
4564 if (misc_info_.size_of_info > MD_MISCINFO4_SIZE) { in Read()
4721 if (misc_info_.size_of_info > MD_MISCINFO4_SIZE) { in Print()