Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/
H A Dtest_arm_bflt.py31 with bz2.open(rootfs_path_bz2, 'rb') as cpio_handle:
32 cpio_extract(cpio_handle, self.workdir)
/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py71 def cpio_extract(cpio_handle, output_path): argument
75 input=cpio_handle.read(),