Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dapex_utils.py311 def SignUncompressedApex(avbtool, apex_file, payload_key, container_key, argument
331 apk_signer = ApexApkSigner(apex_file, container_pw,
333 apex_file = apk_signer.ProcessApexFile(apk_keys, payload_key, signing_args)
338 with zipfile.ZipFile(apex_file) as apex_fd:
358 common.ZipDelete(apex_file, APEX_PAYLOAD_IMAGE)
360 common.ZipDelete(apex_file, APEX_PUBKEY)
361 apex_zip = zipfile.ZipFile(apex_file, 'a', allowZip64=True)
368 common.RunAndCheckOutput(['zipalign', '-f', '4096', apex_file, aligned_apex])
389 def SignCompressedApex(avbtool, apex_file, payload_key, container_key, argument
415 'decompress', '--input', apex_file,
[all …]
Dsign_apex.py54 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument
57 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)