Searched refs:apex_file (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/releasetools/ |
D | apex_utils.py | 311 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 …]
|
D | sign_apex.py | 54 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument 57 with open(apex_file, 'rb') as input_fp:
|
D | test_apex_utils.py | 162 apex_file = signer.ProcessApexFile(apk_keys, self.payload_key) 163 package_name_extract_cmd = ['aapt2', 'dump', 'badging', apex_file]
|
D | test_ota_from_target_files.py | 84 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)
|