Home | History | Annotate | Download | only in processor

Lines Matching refs:ReadString

1788   name_ = minidump_->ReadString(module_.module_name_rva);
3278 csd_version_ = minidump_->ReadString(system_info_.csd_version_rva);
4491 string* Minidump::ReadString(off_t offset) {
4493 BPLOG(ERROR) << "Invalid Minidump for ReadString";
4497 BPLOG(ERROR) << "ReadString could not seek to string at offset " << offset;
4503 BPLOG(ERROR) << "ReadString could not read string size at offset " <<
4511 BPLOG(ERROR) << "ReadString found odd-sized " << bytes <<
4518 BPLOG(ERROR) << "ReadString string length " << utf16_words <<
4528 BPLOG(ERROR) << "ReadString could not read " << bytes <<