HomeSort by relevance Sort by last modified time
    Searched defs:__android_log_write (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
logd_write.c 133 static int __android_log_write(int prio, const char *tag, const char *msg) function
162 return __android_log_write(prio, tag, buf);
174 return __android_log_write(prio, tag, buf);
187 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
  /system/core/liblog/
logd_write.c 133 int __android_log_write(int prio, const char *tag, const char *msg) function
196 return __android_log_write(prio, tag, buf);
208 return __android_log_write(prio, tag, buf);
233 __android_log_write(ANDROID_LOG_FATAL, tag, buf);

Completed in 39 milliseconds