Searched refs:__libc_format_buffer (Results 1 - 9 of 9) sorted by relevance

/bionic/tests/
H A Dlibc_logging_test.cpp21 extern int __libc_format_buffer(char* buffer, size_t buffer_size, const char* format, ...);
28 __libc_format_buffer(buf, sizeof(buf), "a");
31 __libc_format_buffer(buf, sizeof(buf), "%%");
34 __libc_format_buffer(buf, sizeof(buf), "01234");
37 __libc_format_buffer(buf, sizeof(buf), "a%sb", "01234");
41 __libc_format_buffer(buf, sizeof(buf), "a%sb", s);
44 __libc_format_buffer(buf, sizeof(buf), "aa%scc", "bb");
47 __libc_format_buffer(buf, sizeof(buf), "a%cc", 'b');
50 __libc_format_buffer(buf, sizeof(buf), "a%db", 1234);
53 __libc_format_buffer(bu
[all...]
/bionic/linker/
H A Dlinker_globals.h41 __libc_format_buffer(linker_get_error_buffer(), linker_get_error_buffer_size(), fmt, ##x); \
H A Dlinker_config.cpp153 __libc_format_buffer(buf, sizeof(buf), "%s:%zu: error: %s", file, lineno, msg.c_str());
332 __libc_format_buffer(buf, sizeof(buf), "%d", target_sdk_version_);
H A Dlinker.cpp346 __libc_format_buffer(&proc_self_fd[0], proc_self_fd.size(), "/proc/self/fd/%d", fd);
996 int n = __libc_format_buffer(buf, buf_size, "%s/%s", path, name);
/bionic/libc/private/
H A Dlibc_logging.h76 int __libc_format_buffer(char* _Nonnull buf, size_t size, const char* _Nonnull fmt, ...) __printflike(3, 4);
/bionic/libc/malloc_debug/
H A Dbacktrace.cpp161 __libc_format_buffer(buf, sizeof(buf),
166 __libc_format_buffer(buf, sizeof(buf),
/bionic/libc/bionic/
H A Dstrerror_r.cpp60 length = __libc_format_buffer(buf, buf_len, "Unknown error %d", error_number);
H A Dsystem_properties.cpp809 int len = __libc_format_buffer(filename, sizeof(filename), "%s/%s", property_filename, context_);
844 int len = __libc_format_buffer(filename, sizeof(filename), "%s/%s", property_filename, context_);
867 __libc_format_buffer(filename, sizeof(filename), "%s/properties_serial", property_filename);
H A Dlibc_logging.cpp412 int __libc_format_buffer(char* buffer, size_t buffer_size, const char* format, ...) { function

Completed in 536 milliseconds