Searched refs:apex_file (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | apex_utils.py | 303 apex_file = common.MakeTempFile(prefix='apex-', suffix='.apex') 304 with open(apex_file, 'wb') as apex_fp: 311 apk_signer = ApexApkSigner(apex_file, container_pw, 313 apex_file = apk_signer.ProcessApexFile(apk_keys, payload_key, signing_args) 318 with zipfile.ZipFile(apex_file) as apex_fd: 336 common.ZipDelete(apex_file, APEX_PAYLOAD_IMAGE) 338 common.ZipDelete(apex_file, APEX_PUBKEY) 339 apex_zip = zipfile.ZipFile(apex_file, 'a') 346 common.RunAndCheckOutput(['zipalign', '-f', '4096', apex_file, aligned_apex])
|
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 = ['aapt', 'dump', 'badging', apex_file]
|