Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc6169 bool Minidump::ReadUTF8String(off_t offset, string* string_utf8) { in ReadUTF8String() function in google_breakpad::Minidump
6245 if (!ReadUTF8String(rvas[index], &entry)) { in ReadStringList()
6296 if (!ReadUTF8String(entries[index].key, &key)) { in ReadSimpleStringDictionary()
6302 if (!ReadUTF8String(entries[index].value, &value)) { in ReadSimpleStringDictionary()
6358 if (!ReadUTF8String(annotation.name, &name)) { in ReadCrashpadAnnotationsList()
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h1338 bool ReadUTF8String(off_t offset, string* string_utf8);