Home
last modified time | relevance | path

Searched refs:MD_SYSTEM_INFO_STREAM (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out36 stream_type = 0x7 (MD_SYSTEM_INFO_STREAM)
70 stream type 0x7 (MD_SYSTEM_INFO_STREAM) at index 4
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h319 MD_SYSTEM_INFO_STREAM = 7, /* MDRawSystemInfo */ enumerator
/external/google-breakpad/src/processor/
Dsynth_minidump.cc55 : Stream(dump, MD_SYSTEM_INFO_STREAM) { in SystemInfo()
Dminidump_unittest.cc778 EXPECT_EQ((uint32_t) MD_SYSTEM_INFO_STREAM, dir->stream_type); in TEST()
Dminidump.cc5282 case MD_SYSTEM_INFO_STREAM: in Read()
5422 case MD_SYSTEM_INFO_STREAM: in get_stream_name()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h752 static const uint32_t kStreamType = MD_SYSTEM_INFO_STREAM;
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc569 dir->stream_type = MD_SYSTEM_INFO_STREAM; in WriteSystemInfoStream()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc209 EXPECT_TRUE(minidump.SeekToStreamType(MD_SYSTEM_INFO_STREAM, &len)); in TEST()
Dminidump_writer.cc733 dirent->stream_type = MD_SYSTEM_INFO_STREAM; in WriteSystemInfoStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1177 system_info_stream->stream_type = MD_SYSTEM_INFO_STREAM; in WriteSystemInfoStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1228 case MD_SYSTEM_INFO_STREAM: in main()