Home
last modified time | relevance | path

Searched refs:ZipFile (Results 1 - 11 of 11) sorted by relevance

/build/ohos/ndk/
H A Darchive_ndk.py51 with zipfile.ZipFile(output, 'a') as outfile:
67 with zipfile.ZipFile(output, 'w') as outfile:
72 with zipfile.ZipFile(output, 'a') as zip_file:
/build/scripts/
H A Dcompile_resources.py22 from zipfile import ZipFile # noqa: E402 namespace
94 with ZipFile(options.output_resources_zipfile, 'w') as file:
H A Dmerge_profile.py23 from zipfile import ZipFile # noqa: E402 namespace
H A Dbuild_js_assets.py21 from zipfile import ZipFile # noqa: E402 namespace
205 with ZipFile(options.output, 'w') as file:
/build/ohos/sdk/
H A Dadd_notice_file.py45 with zipfile.ZipFile(archive, 'a') as zip_file, open(
H A Dcopy_sdk_modules.py77 with zipfile.ZipFile(options.notice_output_archive, 'w') as outfile:
H A Dcheck_sdk_completeness.py77 zip_file = zipfile.ZipFile(archive_file, 'r')
/build/scripts/util/
H A Dbuild_utils.py318 with zipfile.ZipFile(zip_path) as z:
352 """Adds a file to the given ZipFile with a hard-coded modified time.
355 zip_file: ZipFile instance to add the file to.
359 compress: Whether to enable compression. Default is taken from ZipFile
392 # default passed to the ZipFile constructor.
424 with zipfile.ZipFile(output, 'w') as outfile:
472 output: Path or ZipFile instance to add files to.
495 assert isinstance(output, zipfile.ZipFile)
498 out_zip = zipfile.ZipFile(output, 'w')
502 with zipfile.ZipFile(in_fil
[all...]
H A Dmd5_check.py439 with zipfile.ZipFile(path) as zip_file:
/build/ohos/sa_profile/
H A Dsa_profile_binary.py95 with zipfile.ZipFile(args.sa_output_zipfile, 'w') as outfile:
/build/ohos/hisysevent/
H A Dgen_def_from_all_yaml.py759 def_zip_file = zipfile.ZipFile(hisysevent_def_zip_file, "w", zipfile.ZIP_DEFLATED)

Completed in 5 milliseconds