Home
last modified time | relevance | path

Searched refs:apex_file (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/releasetools/
Dapex_utils.py325 def SignUncompressedApex(avbtool, apex_file, payload_key, container_key, argument
346 apk_signer = ApexApkSigner(apex_file, container_pw,
349 apex_file = apk_signer.ProcessApexFile(apk_keys, payload_key, signing_args)
354 with zipfile.ZipFile(apex_file) as apex_fd:
374 common.ZipDelete(apex_file, APEX_PAYLOAD_IMAGE)
376 common.ZipDelete(apex_file, APEX_PUBKEY)
377 apex_zip = zipfile.ZipFile(apex_file, 'a', allowZip64=True)
391 apex_file,
401 def SignCompressedApex(avbtool, apex_file, payload_key, container_key, argument
427 'decompress', '--input', apex_file,
[all …]
Dsign_apex.py57 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument
60 with open(apex_file, 'rb') as input_fp:
Dtest_apex_utils.py162 apex_file = signer.ProcessApexFile(apk_keys, self.payload_key)
163 package_name_extract_cmd = ['aapt2', 'dump', 'badging', apex_file]
Dtest_ota_from_target_files.py84 apex_file = os.path.join(test_utils.get_current_dir(), apex_file_name)
85 target_files_zip.write(apex_file, 'SYSTEM/apex/' + apex_file_name)
/build/bazel/rules/apex/
Dmainline_modules.bzl54 def _apex_proto_convert(ctx, arch, module_name, apex_file):
58 apex_file,
63 filename = apex_file.basename
75 args.add_all([apex_file])
202 apex_file = ctx.split_attr.mainline_module[arch].files.to_list()[0]
203 proto_convert_file = _apex_proto_convert(ctx, arch, module_name, apex_file)