HomeSort by relevance Sort by last modified time
    Searched defs:abort_msg (Results 1 - 3 of 3) sorted by null

  /external/ltp/tools/pounder21/
debug.c 73 const char *abort_msg = "\e[31;1mABORT\e[0m"; variable
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 277 uintptr_t abort_msg; member in struct:debugger_thread_info
334 {.iov_base = &thread_info->abort_msg, .iov_len = sizeof(uintptr_t)},
494 .abort_msg = reinterpret_cast<uintptr_t>(abort_message),
  /art/runtime/interpreter/
interpreter_common.cc 491 std::string abort_msg; local
492 android::base::StringAppendV(&abort_msg, fmt, args);
494 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg);
    [all...]

Completed in 881 milliseconds