Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Ddebug_log.h40 #define error_log_string(str) async_safe_write_log(ANDROID_LOG_ERROR, "malloc_debug", (str))
/bionic/libc/async_safe/include/async_safe/
Dlog.h95 int async_safe_write_log(int pri, const char* tag, const char* msg);
/bionic/libc/bionic/
Dicu.cpp72 async_safe_write_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find an ICU .dat file"); in __find_icu()
/bionic/libc/async_safe/
Dasync_safe_log.cpp477 int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() function
516 return async_safe_write_log(priority, tag, buffer); in async_safe_format_log_va_list()
545 async_safe_write_log(ANDROID_LOG_FATAL, "libc", msg); in async_safe_fatal_va_list()