Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py49 def gzip_uncompress(gz_path, output_path): argument
52 with gzip.open(gz_path, 'rb') as gz_in: