Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/private/
DMallocXmlElem.h30 dprintf(fd_, "<%s", name_); in fd_()
42 dprintf(fd_, "</%s>", name_); in ~MallocXmlElem()
/bionic/libc/malloc_debug/
DPointerData.cpp569 dprintf(fd, "Total memory: %zu\n", total_memory); in DumpLiveToFile()
570 dprintf(fd, "Allocation records: %zd\n", list.size()); in DumpLiveToFile()
571 dprintf(fd, "Backtrace size: %zu\n", g_debug->config().backtrace_frames()); in DumpLiveToFile()
572 dprintf(fd, "\n"); in DumpLiveToFile()
575 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile()
583 dprintf(fd, " %" PRIxPTR, frame_info->frames[i]); in DumpLiveToFile()
586 dprintf(fd, "\n"); in DumpLiveToFile()
588 dprintf(fd, " bt_info"); in DumpLiveToFile()
590 dprintf(fd, " {"); in DumpLiveToFile()
592 dprintf(fd, "\"%s\"", frame.map_info->name().c_str()); in DumpLiveToFile()
[all …]
/bionic/libc/include/
Dstdio.h140 int dprintf(int __fd, const char* __fmt, ...) __printflike(2, 3) __INTRODUCED_IN(21);
150 int dprintf(int __fd, const char* __fmt, ...) __RENAME(fdprintf) __printflike(2, 3);
/bionic/tests/headers/posix/
Dstdio_h.c80 FUNCTION(dprintf, int (*f)(int, const char*, ...)); in stdio_h()
/bionic/tests/
Dclang_fortify_tests.cpp305 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings()
307 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
Dstdio_test.cpp141 TEST(STDIO_TEST, dprintf) { in TEST() argument
144 int rc = dprintf(tf.fd, "hello\n"); in TEST()
/bionic/libc/tools/
Dposix-2013.txt185 dprintf
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_069.S258 CALL(dprintf)
Dliblinker_reloc_bench_091.S1355 CALL(dprintf)
Dliblinker_reloc_bench_020.S256 CALL(dprintf)
Dliblinker_reloc_bench_029.S2152 CALL(dprintf)
Dliblinker_reloc_bench_102.S937 CALL(dprintf)
/bionic/docs/
Dstatus.md186 * <stdio.h> `dprintf`, `vdprintf`.
/bionic/libc/stdio/
Dstdio.cpp744 int dprintf(int fd, const char* fmt, ...) { in dprintf() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt297 dprintf; # introduced=21
/bionic/libc/
Dlibc.map.txt297 dprintf; # introduced=21