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

  /external/qemu/block/
qcow2.c 962 ret = qemu_write_full(fd, &header, sizeof(header));
975 ret = qemu_write_full(fd, &ext_bf, sizeof(ext_bf));
980 ret = qemu_write_full(fd, backing_format, backing_format_len);
986 ret = qemu_write_full(fd, zero, padding);
993 ret = qemu_write_full(fd, backing_file, backing_filename_len);
1002 ret = qemu_write_full(fd, &tmp, sizeof(tmp));
1009 ret = qemu_write_full(fd, s->refcount_table,
1017 ret = qemu_write_full(fd, s->refcount_block,
    [all...]
  /external/qemu/util/
osdep.c 261 ssize_t qemu_write_full(int fd, const void *buf, size_t count) function
  /external/qemu/include/
qemu-common.h 219 ssize_t qemu_write_full(int fd, const void *buf, size_t count)

Completed in 157 milliseconds