Home | History | Annotate | Download | only in scripts

Lines Matching refs:output_dir

140 def DownloadAndUnpack(url, output_dir):
144 EnsureDirExists(output_dir)
146 zipfile.ZipFile(f).extractall(path=output_dir)
148 tarfile.open(mode='r:gz', fileobj=f).extractall(path=output_dir)