Searched defs:dump_fd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 3 milliseconds