Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h1235 bool ReadUTF8String(off_t offset, string* string_utf8);
/external/google-breakpad/src/processor/
Dminidump.cc5659 bool Minidump::ReadUTF8String(off_t offset, string* string_utf8) { in ReadUTF8String() function in google_breakpad::Minidump
5735 if (!ReadUTF8String(rvas[index], &entry)) { in ReadStringList()
5786 if (!ReadUTF8String(entries[index].key, &key)) { in ReadSimpleStringDictionary()
5792 if (!ReadUTF8String(entries[index].value, &value)) { in ReadSimpleStringDictionary()