Home
last modified time | relevance | path

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

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