Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DRecordData.cpp137 int dump_fd = in Dump() local
139 if (dump_fd != -1) { in Dump()
142 ssize_t bytes = write(dump_fd, line.c_str(), line.length()); in Dump()
156 close(dump_fd); in Dump()