Searched refs:async_safe_format_log_va_list (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 73 int async_safe_format_log_va_list(int priority, const char* tag, const char* fmt, va_list ap);
|
/bionic/linker/ |
D | linker_logger.cpp | 124 async_safe_format_log_va_list(ANDROID_LOG_DEBUG, "linker", format, ap); in Log()
|
D | linker_main.cpp | 248 async_safe_format_log_va_list(ANDROID_LOG_FATAL, "linker", fmt, ap); in __linker_error()
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 523 int async_safe_format_log_va_list(int priority, const char* tag, const char* format, va_list args) { in async_safe_format_log_va_list() function 534 int result = async_safe_format_log_va_list(priority, tag, format, args); in async_safe_format_log()
|
/bionic/libc/bionic/ |
D | fdsan.cpp | 178 async_safe_format_log_va_list(ANDROID_LOG_ERROR, "fdsan", fmt, va); in fdsan_error()
|