Searched refs:__android_log_assert (Results 1 – 6 of 6) sorted by relevance
/system/logging/liblog/include/android/ |
D | log.h | 131 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...)
|
/system/logging/liblog/ |
D | liblog.map.txt | 5 __android_log_assert;
|
D | logger_write.cpp | 456 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert() function
|
/system/logging/liblog/include/log/ |
D | log_main.h | 123 __android_log_assert(cond, tag, \
|
/system/logging/liblog/include_vndk/log/ |
D | log_main.h | 123 __android_log_assert(cond, tag, \
|
/system/update_engine/aosp/ |
D | logging_android.cc | 264 __android_log_assert(nullptr, nullptr, "%s", str.c_str()); in RedirectToLiblog()
|