Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dprocess_state.h77 EXPLOITABILITY_NOT_ANALYZED, // The crash was not analyzed for enumerator
/external/google-breakpad/src/processor/
Dminidump_processor_unittest.cc471 ASSERT_EQ(google_breakpad::EXPLOITABILITY_NOT_ANALYZED, in TEST_F()
Dminidump_processor.cc286 process_state->exploitability_ = EXPLOITABILITY_NOT_ANALYZED; in Process()