Home
last modified time | relevance | path

Searched refs:async_safe_format_buffer (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/bionic/tests/
H A Dasync_safe_test.cpp29 async_safe_format_buffer(buf, sizeof(buf), "a"); in TEST()
32 async_safe_format_buffer(buf, sizeof(buf), "%%"); in TEST()
35 async_safe_format_buffer(buf, sizeof(buf), "01234"); in TEST()
38 async_safe_format_buffer(buf, sizeof(buf), "a%sb", "01234"); in TEST()
42 async_safe_format_buffer(buf, sizeof(buf), "a%sb", s); in TEST()
45 async_safe_format_buffer(buf, sizeof(buf), "aa%scc", "bb"); in TEST()
48 async_safe_format_buffer(buf, sizeof(buf), "a%bb", 1234); in TEST()
51 async_safe_format_buffer(buf, sizeof(buf), "a%#bb", 1234); in TEST()
54 async_safe_format_buffer(buf, sizeof(buf), "a%#Bb", 1234); in TEST()
57 async_safe_format_buffer(buf, sizeof(buf), "a%cc", 'b'); in TEST()
[all …]
H A Dmalloc_iterate_test.cpp208 len = async_safe_format_buffer(buffer, sizeof(buffer), "Failed on map %s: %zu\n", name, in TEST()
211 len = async_safe_format_buffer(buffer, sizeof(buffer), in TEST()
/aosp_15_r20/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp109 async_safe_format_buffer(process_sysprop_name, sizeof(process_sysprop_name), in is_permissive_mte()
156 async_safe_format_buffer(process_sysprop_name, sizeof(process_sysprop_name), in permissive_mte_renable_timer()
162 async_safe_format_buffer( in permissive_mte_renable_timer()
265 async_safe_format_buffer(extra_desc, sizeof(extra_desc), ", syscall %d", si->si_syscall); in log_signal_summary()
267 async_safe_format_buffer(extra_desc, sizeof(extra_desc), ", fault addr %p", si->si_addr); in log_signal_summary()
504 async_safe_format_buffer(main_tid, sizeof(main_tid), "%d", thread_info->crashing_tid); in debuggerd_dispatch_pseudothread()
505 async_safe_format_buffer(pseudothread_tid, sizeof(pseudothread_tid), "%d", in debuggerd_dispatch_pseudothread()
507 async_safe_format_buffer(debuggerd_dump_type, sizeof(debuggerd_dump_type), "%d", in debuggerd_dispatch_pseudothread()
/aosp_15_r20/bionic/libfdtrack/
H A Dfdtrack.cpp285 async_safe_format_buffer(buf, sizeof(buf), in fdtrack_dump_impl()
290 p += async_safe_format_buffer(buf, sizeof(buf), in fdtrack_dump_impl()
297 p += async_safe_format_buffer(p, buf + sizeof(buf) - p, " %zu: %s+%" PRIu64 "\n", i, in fdtrack_dump_impl()
/aosp_15_r20/bionic/libc/bionic/
H A Dgwp_asan_wrappers.cpp291 async_safe_format_buffer(&program_specific_sysprop[0], kSyspropMaxLen, "%s%s", in GetGwpAsanOptionImpl()
293 async_safe_format_buffer(&persist_program_specific_sysprop[0], kSyspropMaxLen, "%s%s", in GetGwpAsanOptionImpl()
295 async_safe_format_buffer(&persist_default_sysprop[0], kSyspropMaxLen, "%s%s", kPersistPrefix, in GetGwpAsanOptionImpl()
H A Dlibc_init_mte.cpp127 async_safe_format_buffer(sysprop_name, sizeof(sysprop_name), "%s%s", kMemtagPrognameSyspropPrefix, in get_environment_memtag_setting()
130 async_safe_format_buffer(remote_sysprop_name, sizeof(remote_sysprop_name), "%s%s", in get_environment_memtag_setting()
H A Dstrerror.cpp78 length = async_safe_format_buffer(buf, buf_len, "Unknown error %d", error_number); in strerror_r()
H A Dbionic_systrace.cpp74 size_t len = async_safe_format_buffer(buf, length + WRITE_OFFSET, "B|%d|%s", getpid(), message); in trace_begin_internal()
H A Dpthread_internal.cpp193 async_safe_format_buffer(name_buffer, arraysize(name_buffer), "stack_mte_ring:%d", thread->tid); in __allocate_stack_mte_ringbuffer()
H A Dpthread_create.cpp345 async_safe_format_buffer(name_buffer, arraysize(name_buffer), "stack_and_tls:%d", thread->tid); in __set_stack_and_tls_vma_name()
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dbacktrace.cpp164 async_safe_format_buffer(buf, sizeof(buf), in backtrace_string()
170 async_safe_format_buffer(buf, sizeof(buf), " #%02zd pc %" PAD_PTR " %s%s\n", in backtrace_string()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/bionic/libc/async_safe/include/async_safe/
H A Dlog.h67 int async_safe_format_buffer(char* buf, size_t size, const char* fmt, ...) __printflike(3, 4);
/aosp_15_r20/bionic/libc/async_safe/include/async_safe/
H A Dlog.h67 int async_safe_format_buffer(char* buf, size_t size, const char* fmt, ...) __printflike(3, 4);
/aosp_15_r20/bionic/linker/
H A Dlinker_globals.h41async_safe_format_buffer(linker_get_error_buffer(), linker_get_error_buffer_size(), fmt, ##x); \
H A Dlinker_config.cpp174 async_safe_format_buffer(buf, sizeof(buf), "%s:%zu: error: %s", file, lineno, msg.c_str()); in create_error_msg()
398 async_safe_format_buffer(buf, sizeof(buf), "%d", target_sdk_version_); in get_paths()
H A Dlinker_phdr.cpp1273 async_safe_format_buffer(vma_name.data(), kVmaNameLimit, "mt:%s+%" PRIxPTR, soname, in name_memtag_globals_segments()
1291 async_safe_format_buffer(vma_name.data(), kVmaNameLimit, "mt:%s%s+%" PRIxPTR, in name_memtag_globals_segments()
/aosp_15_r20/out/soong/.intermediates/system/core/debuggerd/libtombstoned_client/android_arm64_armv8-2a_cortex-a55_shared/
Dlibtombstoned_client.so.toc55 50: FUNC GLOBAL DEFAULT 15 async_safe_format_buffer
/aosp_15_r20/out/soong/.intermediates/system/core/debuggerd/libtombstoned_client/android_arm64_armv8-2a_cortex-a55_shared_apex10000/
Dlibtombstoned_client.so.toc55 50: FUNC GLOBAL DEFAULT 15 async_safe_format_buffer
/aosp_15_r20/out/soong/.intermediates/art/sigchainlib/libsigchain/android_arm64_armv8-2a_cortex-a55_shared_apex31/
Dlibsigchain.so.toc56 51: FUNC GLOBAL DEFAULT 15 async_safe_format_buffer
/aosp_15_r20/bionic/libc/async_safe/
H A Dasync_safe_log.cpp461 int async_safe_format_buffer(char* buffer, size_t buffer_size, const char* format, ...) { in async_safe_format_buffer() function
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libandroid_runtime/
Dstubs_riscv64.cc1032 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_buffer);
2060 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_buffer); in init_stub_library()
Dstubs_arm64.cc1032 DEFINE_INTERCEPTABLE_STUB_FUNCTION(async_safe_format_buffer);
2060 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", async_safe_format_buffer); in init_stub_library()
/aosp_15_r20/out/soong/.intermediates/bionic/libc/async_safe/libasync_safe/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/obj/bionic/libc/async_safe/
Dasync_safe_log.sdump950 "function_name" : "async_safe_format_buffer",
951 "linker_set_key" : "async_safe_format_buffer",
/aosp_15_r20/out/soong/.intermediates/bionic/libc/async_safe/libasync_safe/android_arm64_armv8-2a_cortex-a55_static_sabi/obj/bionic/libc/async_safe/
Dasync_safe_log.sdump950 "function_name" : "async_safe_format_buffer",
951 "linker_set_key" : "async_safe_format_buffer",
/aosp_15_r20/out/soong/.intermediates/bionic/libc/async_safe/libasync_safe/android_arm64_armv8-2a_cortex-a55_static_apex10000_sabi/obj/bionic/libc/async_safe/
Dasync_safe_log.sdump950 "function_name" : "async_safe_format_buffer",
951 "linker_set_key" : "async_safe_format_buffer",

123