Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.h71 bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream);
Dexploitability_linux.cc126 if (this->BenignCrashTrigger(raw_exception_stream)) { in CheckPlatformExploitability()
584 bool ExploitabilityLinux::BenignCrashTrigger(const MDRawExceptionStream in BenignCrashTrigger() function in google_breakpad::ExploitabilityLinux