Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h736 const string* GetCPUVendor();
/external/google-breakpad/src/processor/
Dminidump_processor.cc541 const string *cpu_vendor = system_info->GetCPUVendor(); in GetCPUInfo()
Dminidump_unittest.cc785 ASSERT_EQ("GenuineIntel", *md_system_info->GetCPUVendor()); in TEST()
Dminidump.cc3567 const string* MinidumpSystemInfo::GetCPUVendor() { in GetCPUVendor() function in google_breakpad::MinidumpSystemInfo
3659 const string* cpu_vendor = GetCPUVendor(); in Print()