Home
last modified time | relevance | path

Searched refs:__libc_android_log_write (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dlogd_write.c144 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()
Ddlmalloc.c2290 __libc_android_log_write(ANDROID_LOG_FATAL,"libc",buffer); in __bionic_heap_error()
/bionic/libc/private/
Dlogd.h47 int __libc_android_log_write(int prio, const char* tag, const char* buffer);
/bionic/linker/
Ddebugger.c120 __libc_android_log_write(ANDROID_LOG_FATAL, "libc", buffer); in logSignalSummary()