Searched refs:kCpuKey (Results 1 – 1 of 1) sorted by relevance
57 static const char kCpuKey[] = ": C "; variable302 } else if ((pos = line.find(kCpuKey)) != string::npos) { in Microdump()303 string cpu_state_str(line, pos + strlen(kCpuKey)); in Microdump()