Searched refs:async_safe_format_fd (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_globals.h | 47 async_safe_format_fd(2, "WARNING: linker: "); \ 48 async_safe_format_fd(2, fmt, ##x); \ 49 async_safe_format_fd(2, "\n"); \
|
D | linker_debug.h | 71 if (g_ld_debug_verbosity > (v)) { async_safe_format_fd(1, x); write(1, "\n", 1); } \
|
D | linker_main.cpp | 396 async_safe_format_fd(STDERR_FILENO, 662 async_safe_format_fd(STDOUT_FILENO,
|
/bionic/libc/async_safe/include/async_safe/ |
D | log.h | 70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 433 int async_safe_format_fd(int fd, const char* format, ...) { in async_safe_format_fd() function
|