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

  /bionic/libc/private/
logd.h 48 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
  /bionic/linker/
linker_format.c 250 /* We need our own version of __libc_android_log_vprint, otherwise
296 #define __libc_android_log_vprint log_vprint macro
300 extern int __libc_android_log_vprint(int prio, const char* tag, const char* format, va_list ap);
310 ret = __libc_android_log_vprint(prio, tag, format, args);
  /bionic/libc/bionic/
logd_write.c 148 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, function
malloc_debug_leak.c 301 __libc_android_log_vprint(ANDROID_LOG_ERROR, "libc",

Completed in 31 milliseconds