Searched defs:SeekToStreamType (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump.cc4538 bool Minidump::SeekToStreamType(uint32_t stream_type, function in class:google_breakpad::Minidump
4540 BPLOG_IF(ERROR, !stream_length) << "Minidump::SeekToStreamType requires "
4546 BPLOG(ERROR) << "Invalid Mindump for SeekToStreamType";
4553 BPLOG(INFO) << "SeekToStreamType: type " << stream_type << " not present";
4559 BPLOG(ERROR) << "SeekToStreamType: type " << stream_type <<
4567 BPLOG(ERROR) << "SeekToStreamType could not seek to stream type " <<
4613 if (!SeekToStreamType(stream_type, &stream_length)) {

Completed in 90 milliseconds