Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h883 static const size_t MD_MISCINFO_SIZE = variable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc4496 if (expected_size != MD_MISCINFO_SIZE && in Read()
4509 << " != " << MD_MISCINFO_SIZE << ", " << MD_MISCINFO2_SIZE in Read()
4543 if (misc_info_.size_of_info > MD_MISCINFO_SIZE) { in Read()
4628 if (misc_info_.size_of_info > MD_MISCINFO_SIZE) { in Print()