Searched refs:async_safe_format_fd_va_list (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/linker/ |
H A D | linker_debug.cpp | 37 async_safe_format_fd_va_list(STDOUT_FILENO, fmt, ap); in linker_log_va_list()
|
H A D | linker_main.cpp | 252 async_safe_format_fd_va_list(STDERR_FILENO, fmt, ap); in __linker_error()
|
/aosp12/bionic/libc/async_safe/include/async_safe/ |
H A D | log.h | 71 int async_safe_format_fd_va_list(int fd, const char* format, va_list args);
|
/aosp12/bionic/libc/async_safe/ |
H A D | async_safe_log.cpp | 438 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 D | stubs_arm.cc | 1135 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 D | stubs_arm64.cc | 1136 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()
|