HomeSort by relevance Sort by last modified time
    Searched defs:dump_fd (Results 1 - 3 of 3) sorted by null

  /bionic/libc/malloc_debug/
RecordData.cpp 137 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);
  /external/u-boot/tools/
ifdtool.c 379 * dump_fd() - Display a dump of the full flash description
385 static int dump_fd(char *image, int size) function
1049 ret = dump_fd(image, size);
  /external/f2fs-tools/include/
f2fs_fs.h 361 int32_t dump_fd; member in struct:f2fs_configuration
    [all...]

Completed in 1337 milliseconds