Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc59 static const char kStackFirstLineKey[] = ": S 0 "; variable
234 if (line.find(kStackFirstLineKey) != string::npos) { in Microdump()