Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/qemu_test/
H A Dutils.py49 def gzip_uncompress(gz_path, output_path): argument
50 if os.path.exists(output_path):
54 with open(output_path, 'wb') as raw_out:
57 os.remove(output_path)
60 def lzma_uncompress(xz_path, output_path): argument
61 if os.path.exists(output_path):
65 with open(output_path, 'wb') as raw_out:
68 os.remove(output_path)
71 def cpio_extract(cpio_handle, output_path): argument
73 os.chdir(output_path)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch465 const char *output_path);