Home
last modified time | relevance | path

Searched refs:async_safe_format_fd (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/
Dlinker_globals.h47 async_safe_format_fd(2, "WARNING: linker: "); \
48 async_safe_format_fd(2, fmt, ##x); \
49 async_safe_format_fd(2, "\n"); \
Dlinker_main.cpp409 async_safe_format_fd(STDERR_FILENO, in linker_main()
711 async_safe_format_fd(STDOUT_FILENO, in __linker_init_post_relocation()
Dlinker.cpp3238 async_safe_format_fd(STDOUT_FILENO, "\t%s => %s (%p)\n", get_soname(), in link_image()
/bionic/libc/async_safe/include/async_safe/
Dlog.h70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
/bionic/libc/async_safe/
Dasync_safe_log.cpp433 int async_safe_format_fd(int fd, const char* format, ...) { in async_safe_format_fd() function