Home
last modified time | relevance | path

Searched defs:AbortFunction (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/
H A Dlogging.h33 using AbortFunction = void(const char*); variable
/aosp12/system/libbase/include/android-base/
H A Dlogging.h109 using AbortFunction = std::function<void(const char* /*abort_message*/)>; variable