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

  /system/extras/memory_replay/
main.cpp 174 int dump_fd = open(argv[1], O_RDONLY); local
175 if (dump_fd == -1) {
185 size_t max_allocs = GetMaxAllocs(dump_fd);
186 ProcessDump(dump_fd, max_allocs, max_threads);
188 close(dump_fd);
  /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);
  /hardware/interfaces/wifi/1.2/default/
wifi_chip.cpp 1401 const int dump_fd = mkstemp(makeCharVec(file_path_raw).data()); local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 348 int32_t dump_fd; member in struct:f2fs_configuration
    [all...]

Completed in 98 milliseconds