Searched refs:cpio_handle (Results 1 – 2 of 2) sorted by relevance
31 with bz2.open(rootfs_path_bz2, 'rb') as cpio_handle:32 cpio_extract(cpio_handle, self.workdir)
71 def cpio_extract(cpio_handle, output_path): argument75 input=cpio_handle.read(),