Searched refs:xz_path (Results 1 – 1 of 1) sorted by relevance
60 def lzma_uncompress(xz_path, output_path): argument63 with lzma.open(xz_path, 'rb') as lzma_in: