Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.cc105 const char kProcessorPrefix[] = "Processor\t: "; in CpuInfoBrand() local
116 if (line.compare(0, strlen(kProcessorPrefix), kProcessorPrefix) == 0) in CpuInfoBrand()
117 return new std::string(line.substr(strlen(kProcessorPrefix))); in CpuInfoBrand()