Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame.h70 string trust_description() const { in trust_description() function
/external/google-breakpad/src/processor/
Dstackwalk_common.cc606 printf("\n Found by: %s\n", frame->trust_description().c_str()); in PrintStack()