Home
last modified time | relevance | path

Searched refs:async_safe_format_fd_va_list (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_debug.cpp37 async_safe_format_fd_va_list(STDOUT_FILENO, fmt, ap); in linker_log_va_list()
H A Dlinker_main.cpp252 async_safe_format_fd_va_list(STDERR_FILENO, fmt, ap); in __linker_error()
/aosp12/bionic/libc/async_safe/include/async_safe/
H A Dlog.h71 int async_safe_format_fd_va_list(int fd, const char* format, va_list args);
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp438 int async_safe_format_fd_va_list(int fd, const char* format, va_list args) { in async_safe_format_fd_va_list() function
447 int result = async_safe_format_fd_va_list(fd, format, args); in async_safe_format_fd()
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc1135 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_fd_va_list);
2263 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_fd_va_list); in init_stub_library()
H A Dstubs_arm64.cc1136 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_fd_va_list);
2265 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_fd_va_list); in init_stub_library()