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

  /external/ltp/tools/pounder21/
debug.c 73 const char *abort_msg = "\e[31;1mABORT\e[0m"; variable
  /art/runtime/interpreter/
interpreter_common.cc 444 std::string abort_msg; local
445 android::base::StringAppendV(&abort_msg, fmt, args);
447 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg);
    [all...]

Completed in 295 milliseconds