Home
last modified time | relevance | path

Searched defs:abort_msg (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/debuggerd/include/debuggerd/
H A Dhandler.h39 void* abort_msg; member
/aosp12/bionic/libc/private/
H A Dbionic_globals.h92 abort_msg_t* abort_msg = nullptr; member
/aosp12/system/core/debuggerd/
H A Dcrash_dump.cpp215 android::base::SetAborter([](const char* abort_msg) { in Initialize()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc222 std::string abort_msg; in AbortTransactionV() local