Searched refs:lzma_uncompress (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_sbsaref.py | 16 from qemu_test.utils import lzma_uncompress 37 lzma_uncompress(fs0_xz_path, fs0_path) 42 lzma_uncompress(fs1_xz_path, fs1_path)
|
H A D | test_mipsel_malta.py | 17 from qemu_test.utils import lzma_uncompress 41 lzma_uncompress(kernel_path_xz, kernel_path)
|
H A D | test_arm_orangepi.py | 14 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress 117 lzma_uncompress(rootfs_path_xz, rootfs_path) 160 lzma_uncompress(image_path_xz, image_path)
|
H A D | test_arm_bpim2u.py | 12 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress 109 lzma_uncompress(rootfs_path_xz, rootfs_path)
|
H A D | test_s390x_ccw_virtio.py | 20 from qemu_test.utils import lzma_uncompress 179 lzma_uncompress(initrd_path_xz, initrd_path)
|
H A D | test_s390x_topology.py | 20 from qemu_test.utils import lzma_uncompress 94 lzma_uncompress(initrd_path_xz, initrd_path)
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | utils.py | 60 def lzma_uncompress(xz_path, output_path): function
|