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.h696 const string* GetCPUVendor();
/external/google-breakpad/src/processor/
Dminidump_processor.cc477 const string *cpu_vendor = system_info->GetCPUVendor(); in GetCPUInfo()
Dminidump_unittest.cc472 ASSERT_EQ("GenuineIntel", *md_system_info->GetCPUVendor()); in TEST()
Dminidump.cc3287 const string* MinidumpSystemInfo::GetCPUVendor() { in GetCPUVendor() function in google_breakpad::MinidumpSystemInfo
3379 const string* cpu_vendor = GetCPUVendor(); in Print()