HomeSort by relevance Sort by last modified time
    Searched refs:SetAborter (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/
logging_test.cc 37 android::base::SetAborter(SimpleAborter);
  /system/core/base/
logging.cpp 258 SetAborter(std::forward<AbortFunction>(aborter));
320 void SetAborter(AbortFunction&& aborter) {
logging_test.cpp 560 android::base::SetAborter(NoopAborter);
568 android::base::SetAborter(android::base::DefaultAborter);
589 android::base::SetAborter(CountLineAborter::CountLineAborterFunction);
  /system/core/base/include/android-base/
logging.h 131 void SetAborter(AbortFunction&& aborter);
  /system/core/debuggerd/
crash_dump.cpp 210 android::base::SetAborter([&](const char* abort_msg) {

Completed in 190 milliseconds