Searched refs:kProcessorPrefix (Results 1 – 1 of 1) sorted by relevance
105 const char kProcessorPrefix[] = "Processor\t: "; in CpuInfoBrand() local116 if (line.compare(0, strlen(kProcessorPrefix), kProcessorPrefix) == 0) in CpuInfoBrand()117 return new std::string(line.substr(strlen(kProcessorPrefix))); in CpuInfoBrand()