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

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc218 EXPECT_TRUE(minidump.SeekToStreamType(MD_THREAD_LIST_STREAM, &len));
219 EXPECT_TRUE(minidump.SeekToStreamType(MD_MEMORY_LIST_STREAM, &len));
220 EXPECT_TRUE(minidump.SeekToStreamType(MD_EXCEPTION_STREAM, &len));
221 EXPECT_TRUE(minidump.SeekToStreamType(MD_SYSTEM_INFO_STREAM, &len));
222 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_CPU_INFO, &len));
223 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_PROC_STATUS, &len));
224 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_CMD_LINE, &len));
225 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_ENVIRON, &len));
226 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_AUXV, &len));
227 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_MAP
[all...]
/external/google-breakpad/src/processor/
H A Dminidump_dump.cc60 if (!minidump->SeekToStreamType(stream_type, &length)) {
H A Dminidump_unittest.cc163 ASSERT_TRUE(minidump.SeekToStreamType(0xfbb7fa2bU, &stream_length));
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)) {
/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h945 // SeekToStreamType positions the file at the beginning of a stream
957 bool SeekToStreamType(uint32_t stream_type, uint32_t* stream_length);

Completed in 97 milliseconds