Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc55 static const char kOsKey[] = ": O "; variable
203 if ((pos = line.find(kOsKey)) != string::npos) { in Microdump()
204 string os_str(line, pos + strlen(kOsKey)); in Microdump()