Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_dump.cc59 : minidumpPath(), hexdump(false), hexdump_width(16) {} in Options()
63 unsigned int hexdump_width; member
Dminidump.cc1494 unsigned int hexdump_width) { in SetPrintMode() argument
1496 if (hexdump_width == 0 || (hexdump_width % 8) != 0) { in SetPrintMode()
1498 "multiple of 8, not " << hexdump_width; in SetPrintMode()
1503 hexdump_width_ = hexdump_width; in SetPrintMode()
5033 Minidump::Minidump(const string& path, bool hexdump, unsigned int hexdump_width) in Minidump() argument
5043 hexdump_width_(hexdump_width) { in Minidump()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1146 unsigned int hexdump_width=16);