Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump.cc4008 char cpu_vendor_string[13]; in GetCPUVendor() local
4009 snprintf(cpu_vendor_string, sizeof(cpu_vendor_string), in GetCPUVendor()
4023 cpu_vendor_ = new string(cpu_vendor_string); in GetCPUVendor()