Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmodule.h301 string code_identifier() const { return code_id_; } in code_identifier()
318 string name_, os_, architecture_, id_, code_id_; variable
Dmodule.cc57 code_id_(code_id), in Module()
270 if (!code_id_.empty()) { in Write()
271 stream << "INFO CODE_ID " << code_id_ << "\n"; in Write()