Searched refs:output_path (Results 1 – 2 of 2) sorted by relevance
49 def gzip_uncompress(gz_path, output_path): argument50 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): argument61 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): argument73 os.chdir(output_path)
465 const char *output_path);