Home | History | Annotate | Download | only in qemu

Lines Matching full:whence

547 int64_t qemu_fseek(QEMUFile *f, int64_t pos, int whence)
549 if (whence == SEEK_SET) {
551 } else if (whence == SEEK_CUR) {