Searched refs:__libc_android_log_write (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | logd_write.c | 144 int __libc_android_log_write(int prio, const char *tag, const char *msg) in __libc_android_log_write() function 177 return __libc_android_log_write(prio, tag, buf); in __libc_android_log_vprint() 190 return __libc_android_log_write(prio, tag, buf); in __libc_android_log_print() 204 __libc_android_log_write(ANDROID_LOG_FATAL, tag, buf); in __libc_android_log_assert()
|
D | dlmalloc.c | 2290 __libc_android_log_write(ANDROID_LOG_FATAL,"libc",buffer); in __bionic_heap_error()
|
/bionic/libc/private/ |
D | logd.h | 47 int __libc_android_log_write(int prio, const char* tag, const char* buffer);
|
/bionic/linker/ |
D | debugger.c | 120 __libc_android_log_write(ANDROID_LOG_FATAL, "libc", buffer); in logSignalSummary()
|