Searched refs:code_identifier (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
H A Dbasic_code_module.h61 code_identifier_(that->code_identifier()),
68 const string &code_identifier,
75 code_identifier_(code_identifier),
87 virtual string code_identifier() const { return code_identifier_; } function in class:google_breakpad::BasicCodeModule
66 BasicCodeModule(uint64_t base_address, uint64_t size, const string &code_file, const string &code_identifier, const string &debug_file, const string &debug_identifier, const string &version) argument
H A Dstackwalker_unittest_utils.h113 string code_identifier() const { return code_file_; } function in class:MockCodeModule
H A Dfast_source_line_resolver_unittest.cc78 virtual string code_identifier() const { return ""; } function in class:__anon6216::TestCodeModule
H A Dbasic_source_line_resolver_unittest.cc67 virtual string code_identifier() const { return ""; } function in class:__anon6209::TestCodeModule
H A Dminidump.cc1826 string MinidumpModule::code_identifier() const { function in class:google_breakpad::MinidumpModule
1828 BPLOG(ERROR) << "Invalid MinidumpModule for code_identifier";
1837 BPLOG(ERROR) << "MinidumpModule code_identifier requires "
1844 BPLOG(ERROR) << "MinidumpModule code_identifier requires MDRawSystemInfo";
1879 BPLOG(ERROR) << "MinidumpModule code_identifier requires known platform, "
2028 // TODO(mmentovai): on the Mac, provide fallbacks as in code_identifier().
2331 printf(" (code_identifier) = \"%s\"\n",
2332 code_identifier().c_str());
/external/google-breakpad/src/google_breakpad/processor/
H A Dcode_module.h64 virtual string code_identifier() const = 0;
74 // An identifying string similar to code_identifier, but identifies a
76 // the same as code_identifier when the debug_file and code_file are
H A Dminidump.h387 virtual string code_identifier() const;
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h84 wstring code_identifier; member in struct:google_breakpad::PEModuleInfo
H A Dpdb_source_line_writer.cc851 info.code_identifier.c_str(),
1281 wchar_t code_identifier[32]; local
1282 swprintf(code_identifier,
1283 sizeof(code_identifier) / sizeof(code_identifier[0]),
1285 info->code_identifier = code_identifier;
/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.h84 string code_identifier; member in struct:google_breakpad::MissingSymbolInfo
H A Dms_symbol_server_converter.cc343 return LocateFile(missing.code_file, missing.code_identifier,

Completed in 338 milliseconds