HomeSort by relevance Sort by last modified time
    Searched refs:qemu_open (Results 1 - 5 of 5) sorted by null

  /external/qemu/
osdep.c 89 int qemu_open(const char *name, int flags, ...) function
os-posix.c 309 TFR(fd = qemu_open("/dev/null", O_RDWR));
376 fd = qemu_open(filename, O_RDWR | O_CREAT, 0600);
qemu-common.h 219 int qemu_open(const char *name, int flags, ...);
qemu-char.c 699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"),
719 TFR(fd_in = qemu_open(filename_in, O_RDWR | O_BINARY));
720 TFR(fd_out = qemu_open(filename_out, O_RDWR | O_BINARY));
    [all...]
  /external/qemu/block/
raw-posix.c 152 fd = qemu_open(filename, s->open_flags, 0644);
    [all...]

Completed in 84 milliseconds