Searched refs:async_safe_write_log (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | debug_log.h | 40 #define error_log_string(str) async_safe_write_log(ANDROID_LOG_ERROR, "malloc_debug", (str))
|
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 74 int async_safe_write_log(int priority, const char* tag, const char* msg);
|
/bionic/libc/malloc_debug/tests/ |
D | log_fake.cpp | 60 extern "C" int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() function
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 489 int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() function 528 return async_safe_write_log(priority, tag, buffer); in async_safe_format_log_va_list() 557 async_safe_write_log(ANDROID_LOG_FATAL, "libc", msg); in async_safe_fatal_va_list()
|