Home
last modified time | relevance | path

Searched refs:__android_log_assert (Results 1 – 6 of 6) sorted by relevance

/system/logging/liblog/include/android/
Dlog.h131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...)
/system/logging/liblog/
Dliblog.map.txt5 __android_log_assert;
Dlogger_write.cpp456 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert() function
/system/logging/liblog/include/log/
Dlog_main.h123 __android_log_assert(cond, tag, \
/system/logging/liblog/include_vndk/log/
Dlog_main.h123 __android_log_assert(cond, tag, \
/system/update_engine/aosp/
Dlogging_android.cc264 __android_log_assert(nullptr, nullptr, "%s", str.c_str()); in RedirectToLiblog()