Home
last modified time | relevance | path

Searched refs:GetCPU (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h685 string GetCPU();
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto121 // this field should match those used by MinidumpSystemInfo::GetCPU.
/external/google-breakpad/src/processor/
Dminidump_unittest.cc470 ASSERT_EQ("x86", md_system_info->GetCPU()); in TEST()
Dminidump.cc3223 string MinidumpSystemInfo::GetCPU() { in GetCPU() function in google_breakpad::MinidumpSystemInfo