Searched refs:dprintf (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/malloc_debug/ |
D | PointerData.cpp | 569 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 …]
|
D | malloc_debug.cpp | 963 dprintf(fd, "Android Native Heap Dump v1.2\n\n"); in write_dump() 966 dprintf(fd, "Build fingerprint: '%s'\n\n", fingerprint.c_str()); in write_dump() 970 dprintf(fd, "MAPS\n"); in write_dump() 973 dprintf(fd, "Could not open /proc/self/maps\n"); in write_dump() 975 dprintf(fd, "%s", content.c_str()); in write_dump() 977 dprintf(fd, "END\n"); in write_dump()
|
/bionic/libc/private/ |
D | MallocXmlElem.h | 30 dprintf(fd_, "<%s", name_); in fd_() 42 dprintf(fd_, "</%s>", name_); in ~MallocXmlElem()
|
/bionic/libc/include/ |
D | stdio.h | 140 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/ |
D | clang_fortify_tests.cpp | 333 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings() 335 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
|
D | stdio_test.cpp | 140 TEST(STDIO_TEST, dprintf) { in TEST() argument 143 int rc = dprintf(tf.fd, "hello\n"); in TEST()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 80 FUNCTION(dprintf, int (*f)(int, const char*, ...)); in stdio_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 185 dprintf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_069.S | 258 CALL(dprintf)
|
D | liblinker_reloc_bench_091.S | 1355 CALL(dprintf)
|
D | liblinker_reloc_bench_020.S | 256 CALL(dprintf)
|
D | liblinker_reloc_bench_029.S | 2152 CALL(dprintf)
|
D | liblinker_reloc_bench_102.S | 937 CALL(dprintf)
|
D | liblinker_reloc_bench_103.S | 2358 CALL(dprintf)
|
D | liblinker_reloc_bench_068.S | 5292 CALL(dprintf)
|
D | liblinker_reloc_bench_030.S | 18318 CALL(dprintf)
|
/bionic/libc/stdio/ |
D | stdio.cpp | 746 int dprintf(int fd, const char* fmt, ...) { in dprintf() function
|
/bionic/docs/ |
D | status.md | 186 * <stdio.h> `dprintf`, `vdprintf`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|