Searched refs:async_safe_format_fd (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/linker/ |
H A 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"); \
|
H A D | linker_main.cpp | 438 async_safe_format_fd(STDERR_FILENO, in linker_main() 747 async_safe_format_fd(STDOUT_FILENO, in __linker_init_post_relocation()
|
H A D | linker.cpp | 3241 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 D | log.h | 70 int async_safe_format_fd(int fd, const char* format , ...) __printflike(2, 3);
|
/aosp12/bionic/libc/async_safe/ |
H A D | async_safe_log.cpp | 444 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 D | stubs_arm.cc | 1134 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 D | stubs_arm64.cc | 1135 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_fd); 2264 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_fd); in init_stub_library()
|