HomeSort by relevance Sort by last modified time
    Searched refs:dump_fd (Results 1 - 9 of 9) 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);
  /system/connectivity/wifilogd/
command_processor.h 65 // Dumps all of the logged messages to |dump_fd|. Returns true unless
67 bool Dump(::android::base::unique_fd dump_fd);
command_processor.cpp 211 bool CommandProcessor::Dump(unique_fd dump_fd) {
239 os_->Write(dump_fd, output_string.data(), output_string.size());
  /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/f2fs-tools/fsck/
dump.c 362 DBG(1, "fd %d xattr_name %s\n", c.dump_fd, xattr_name);
364 ret = fsetxattr(c.dump_fd, xattr_name, value,
367 ret = fsetxattr(c.dump_fd, xattr_name, value,
463 c.dump_fd = open(path, O_TRUNC|O_CREAT|O_RDWR, 0666);
464 ASSERT(c.dump_fd >= 0);
470 ret = ftruncate(c.dump_fd, le32_to_cpu(inode->i_size));
473 close(c.dump_fd);
  /external/f2fs-tools/lib/
libf2fs_io.c 221 if (lseek64(c.dump_fd, (off64_t)offset, SEEK_SET) < 0)
223 if (write(c.dump_fd, buf, len) < 0)
  /external/autotest/database/
migrate.py 403 dump_fd, dump_file = tempfile.mkstemp('.migrate_dump')
410 os.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 124 milliseconds