Home
last modified time | relevance | path

Searched refs:lzma_uncompress (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_aarch64_sbsaref.py16 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 Dtest_mipsel_malta.py17 from qemu_test.utils import lzma_uncompress
41 lzma_uncompress(kernel_path_xz, kernel_path)
H A Dtest_arm_orangepi.py14 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 Dtest_arm_bpim2u.py12 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress
109 lzma_uncompress(rootfs_path_xz, rootfs_path)
H A Dtest_s390x_ccw_virtio.py20 from qemu_test.utils import lzma_uncompress
179 lzma_uncompress(initrd_path_xz, initrd_path)
H A Dtest_s390x_topology.py20 from qemu_test.utils import lzma_uncompress
94 lzma_uncompress(initrd_path_xz, initrd_path)
/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py60 def lzma_uncompress(xz_path, output_path): function