Lines Matching refs:imgfmt
29 back0_img = os.path.join(iotests.test_dir, 'back0.' + iotests.imgfmt)
30 back1_img = os.path.join(iotests.test_dir, 'back1.' + iotests.imgfmt)
31 back2_img = os.path.join(iotests.test_dir, 'back2.' + iotests.imgfmt)
32 source_img = os.path.join(iotests.test_dir, 'source.' + iotests.imgfmt)
33 target_img = os.path.join(iotests.test_dir, 'target.' + iotests.imgfmt)
63 qemu_img('create', '-f', iotests.imgfmt, back0_img, '1440K')
64 qemu_img('create', '-f', iotests.imgfmt, '-b', back0_img,
65 '-F', iotests.imgfmt, back1_img)
66 qemu_img('create', '-f', iotests.imgfmt, '-b', back1_img,
67 '-F', iotests.imgfmt, back2_img)
68 qemu_img('create', '-f', iotests.imgfmt, '-b', back2_img,
69 '-F', iotests.imgfmt, source_img)
75 'driver': iotests.imgfmt,
95 qemu_img('create', '-f', iotests.imgfmt,
99 qemu_img('create', '-f', iotests.imgfmt, target_img, '1440K')
103 'driver': iotests.imgfmt,
190 format=iotests.imgfmt, mode=mode,
262 'driver': iotests.imgfmt,