Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A 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"); \
H A Dlinker_main.cpp438 async_safe_format_fd(STDERR_FILENO, in linker_main()
747 async_safe_format_fd(STDOUT_FILENO, in __linker_init_post_relocation()
H A Dlinker.cpp3241 async_safe_format_fd(STDOUT_FILENO, "\t%s => %s (%p)\n", get_soname(), in link_image()
/aosp12/bionic/libc/async_safe/include/async_safe/
H A Dlog.h70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp444 int async_safe_format_fd(int fd, const char* format, ...) { in async_safe_format_fd() function
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc1134 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_fd);
2262 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_fd); in init_stub_library()
H A Dstubs_arm64.cc1135 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_fd);
2264 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_fd); in init_stub_library()