HomeSort by relevance Sort by last modified time
    Searched refs:__libc_android_log_write (Results 1 - 4 of 4) sorted by null

  /bionic/libc/private/
logd.h 47 int __libc_android_log_write(int prio, const char* tag, const char* buffer);
  /bionic/libc/bionic/
logd_write.c 144 int __libc_android_log_write(int prio, const char *tag, const char *msg) function
177 return __libc_android_log_write(prio, tag, buf);
190 return __libc_android_log_write(prio, tag, buf);
204 __libc_android_log_write(ANDROID_LOG_FATAL, tag, buf);
dlmalloc.c     [all...]
  /bionic/linker/
debugger.c 150 __libc_android_log_write(ANDROID_LOG_FATAL, "libc", buffer);
192 __libc_android_log_write(ANDROID_LOG_FATAL, "libc", msgbuf);
200 __libc_android_log_write(ANDROID_LOG_FATAL, "libc", msgbuf);

Completed in 588 milliseconds