Lines Matching refs:ZipFile
699 target_zip = zipfile.ZipFile(target_file, 'w', allowZip64=True)
701 with zipfile.ZipFile(input_file, 'r', allowZip64=True) as input_zip:
764 with zipfile.ZipFile(input_file, 'r', allowZip64=True) as input_zip:
775 with zipfile.ZipFile(target_file_path, 'r', allowZip64=True) as zfp:
807 with zipfile.ZipFile(input_file, allowZip64=True) as input_zip:
830 partial_target_zip = zipfile.ZipFile(partial_target_file, 'a',
832 with zipfile.ZipFile(input_file, allowZip64=True) as input_zip:
875 with zipfile.ZipFile(input_file, allowZip64=True) as input_zip:
918 target_zip = zipfile.ZipFile(target_file, 'a', allowZip64=True)
953 with zipfile.ZipFile(input_file, allowZip64=True) as input_zip:
1050 output_zip = zipfile.ZipFile(staging_file, "w",
1096 with zipfile.ZipFile(target_file, allowZip64=True) as zfp:
1156 target_zip = zipfile.ZipFile(target_file, "r", allowZip64=True)