Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc2780 const MinidumpModule& existing_module = in Read() local
2782 if (existing_module.base_address() == module.base_address() && in Read()
2783 existing_module.size() == module.size() && in Read()
2784 existing_module.code_file() == module.code_file() && in Read()
2785 existing_module.code_identifier() == module.code_identifier()) { in Read()