Searched refs:qemu_img_pipe_and_status (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/ |
H A D | iotests.py | 109 def qemu_img_pipe_and_status(*args: str) -> Tuple[str, int]: function 118 return qemu_img_pipe_and_status(*args)[1] 168 return qemu_img_pipe_and_status(*args)[0] 1139 qemu_img_pipe_and_status('create', '-f', 'luks',
|
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/ |
H A D | iotests.py | 126 def qemu_img_pipe_and_status(*args: str) -> Tuple[str, int]: function 135 return qemu_img_pipe_and_status(*args)[1] 185 return qemu_img_pipe_and_status(*args)[0] 1173 qemu_img_pipe_and_status('create', '-f', 'luks',
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/ |
H A D | iotests.py | 142 def qemu_img_pipe_and_status(*args: str) -> Tuple[str, int]: function 151 return qemu_img_pipe_and_status(*args)[1] 201 return qemu_img_pipe_and_status(*args)[0] 1222 qemu_img_pipe_and_status('create', '-f', 'luks',
|
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/ |
H A D | iotests.py | 156 def qemu_img_pipe_and_status(*args: str) -> Tuple[str, int]: function 165 return qemu_img_pipe_and_status(*args)[1] 215 return qemu_img_pipe_and_status(*args)[0] 1235 qemu_img_pipe_and_status('create', '-f', 'luks',
|