Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc59 static const char kGpuKey[] = ": G "; variable
374 } else if ((pos = line.find(kGpuKey)) != string::npos) { in Microdump()
375 string gpu_str(line, pos + strlen(kGpuKey)); in Microdump()