Searched refs:async_safe_format_fd_va_list (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_debug.cpp | 37 async_safe_format_fd_va_list(STDOUT_FILENO, fmt, ap); in linker_log_va_list()
|
D | linker_main.cpp | 247 async_safe_format_fd_va_list(STDERR_FILENO, fmt, ap); in __linker_error()
|
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 71 int async_safe_format_fd_va_list(int fd, const char* format, va_list args);
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 469 int async_safe_format_fd_va_list(int fd, const char* format, va_list args) { in async_safe_format_fd_va_list() function 478 int result = async_safe_format_fd_va_list(fd, format, args); in async_safe_format_fd()
|