Home
last modified time | relevance | path

Searched refs:cpio_extract (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_arm_bflt.py14 from qemu_test.utils import cpio_extract
32 cpio_extract(cpio_handle, self.workdir)
/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py71 def cpio_extract(cpio_handle, output_path): function