Home
last modified time | relevance | path

Searched refs:GetOS (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h684 string GetOS();
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto109 // field should match those used by MinidumpSystemInfo::GetOS.
/external/google-breakpad/src/processor/
Dminidump_processor.cc552 info->os_short = system_info->GetOS(); in GetOSInfo()
Dminidump_unittest.cc469 ASSERT_EQ("windows", md_system_info->GetOS()); in TEST()
Dminidump.cc3171 string MinidumpSystemInfo::GetOS() { in GetOS() function in google_breakpad::MinidumpSystemInfo