Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc58 static const char kStackKey[] = ": S "; variable
233 } else if ((pos = line.find(kStackKey)) != string::npos) { in Microdump()
241 string stack_str(line, pos + strlen(kStackKey)); in Microdump()