Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.h61 const std::string& cpu_brand() const { return cpu_brand_; } in cpu_brand()
87 std::string cpu_brand_; variable
Dcpu.cc270 cpu_brand_.assign(cpu_string, cpu_string_ptr - cpu_string); in Initialize()
279 cpu_brand_.assign(g_lazy_cpuinfo.Get().brand()); in Initialize()