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_main.cpp | 409 async_safe_format_fd(STDERR_FILENO, in linker_main() 711 async_safe_format_fd(STDOUT_FILENO, in __linker_init_post_relocation()
|
D | linker.cpp | 3238 async_safe_format_fd(STDOUT_FILENO, "\t%s => %s (%p)\n", get_soname(), in link_image()
|
/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
|