Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc1710 cv_record_signature_(MD_CVINFOUNKNOWN_SIGNATURE), in MinidumpModule()
1728 cv_record_signature_ = MD_CVINFOUNKNOWN_SIGNATURE; in Read()
1901 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in debug_file()
1909 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in debug_file()
1982 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in debug_identifier()
2006 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in debug_identifier()
2187 cv_record_signature_ = signature; in GetCVRecord()
2337 if (cv_record_signature_ == MD_CVINFOPDB70_SIGNATURE) { in Print()
2360 } else if (cv_record_signature_ == MD_CVINFOPDB20_SIGNATURE) { in Print()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h466 uint32_t cv_record_signature_; variable