Searched refs:SeekToStreamType (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 206 EXPECT_TRUE(minidump.SeekToStreamType(MD_THREAD_LIST_STREAM, &len)); in TEST() 207 EXPECT_TRUE(minidump.SeekToStreamType(MD_MEMORY_LIST_STREAM, &len)); in TEST() 208 EXPECT_TRUE(minidump.SeekToStreamType(MD_EXCEPTION_STREAM, &len)); in TEST() 209 EXPECT_TRUE(minidump.SeekToStreamType(MD_SYSTEM_INFO_STREAM, &len)); in TEST() 210 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_CPU_INFO, &len)); in TEST() 211 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_PROC_STATUS, &len)); in TEST() 212 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_CMD_LINE, &len)); in TEST() 213 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_ENVIRON, &len)); in TEST() 214 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_AUXV, &len)); in TEST() 215 EXPECT_TRUE(minidump.SeekToStreamType(MD_LINUX_MAPS, &len)); in TEST() [all …]
|
/external/google-breakpad/src/processor/ |
D | minidump_dump.cc | 71 if (!minidump->SeekToStreamType(stream_type, &length)) { in DumpRawStream()
|
D | minidump.cc | 4784 if (!minidump_->SeekToStreamType(MD_LINUX_MAPS, &length)) { in Read() 5811 bool Minidump::SeekToStreamType(uint32_t stream_type, in SeekToStreamType() function in google_breakpad::Minidump 5886 if (!SeekToStreamType(stream_type, &stream_length)) { in GetStream()
|
D | minidump_unittest.cc | 175 ASSERT_TRUE(minidump.SeekToStreamType(0xfbb7fa2bU, &stream_length)); in TEST()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 1255 bool SeekToStreamType(uint32_t stream_type, uint32_t* stream_length);
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 33776 FUNC 4b8e4 1e4 0 google_breakpad::Minidump::SeekToStreamType
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 35497 FUNC 7171c 270 0 google_breakpad::Minidump::SeekToStreamType
|