Searched refs:vasprintf (Results 1 – 18 of 18) sorted by relevance
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | vasprintf.c | 29 vasprintf(char **str, const char *fmt, __va_list ap) in vasprintf() function 66 DEF_WEAK(vasprintf);
|
/aosp12/system/chre/platform/linux/ |
H A D | platform_log.cc | 73 int result = vasprintf(&formattedStr, formatStr, args); in logVa()
|
/aosp12/system/core/libutils/ |
H A D | Printer.cpp | 46 if (vasprintf(&formattedString, format, arglist) < 0) { // returns -1 on error in printFormatLine()
|
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/src/ |
H A D | ValidateXml.cpp | 82 if (vasprintf(&formatedMsg, msg, args) >= 0) { in errorCb()
|
/aosp12/bionic/libc/include/ |
H A D | stdio.h | 293 int vasprintf(char** __s_ptr, const char* __fmt, va_list __args) __printflike(2, 0);
|
/aosp12/system/logging/logd/ |
H A D | LogAudit.cpp | 183 int rc = vasprintf(&str, fmt, args); in logPrint()
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | AString.cpp | 390 int bufferSize = vasprintf(&buffer, format, ap); in AStringPrintf()
|
/aosp12/system/extras/tests/iptables/qtaguid/ |
H A D | socketTag.cpp | 76 vasprintf(&buff, fmt, argp); in doCtrlCommand()
|
/aosp12/bionic/tests/ |
H A D | clang_fortify_tests.cpp | 328 vasprintf(&retval, unknown_string, va); in testFormatStrings()
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_076.S | 296 CALL(vasprintf)
|
H A D | liblinker_reloc_bench_029.S | 2151 CALL(vasprintf)
|
H A D | liblinker_reloc_bench_154.S | 2463 CALL(vasprintf)
|
H A D | liblinker_reloc_bench_113.S | 2172 CALL(vasprintf)
|
H A D | liblinker_reloc_bench_063.S | 10804 CALL(vasprintf)
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 737 PRINTF_IMPL(vasprintf(s, fmt, ap)); in asprintf()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1130 vasprintf;
|
H A D | Android.bp | 530 "upstream-openbsd/lib/libc/stdio/vasprintf.c",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1130 vasprintf;
|