Searched refs:no_hashtree (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | apex_utils.py | 209 if no_hashtree: 230 if no_hashtree: 313 no_hashtree, signing_args=None): argument 343 if no_hashtree is None: 344 no_hashtree = payload_info.get("Tree Size", 0) == 0 353 no_hashtree, 391 no_hashtree, signing_args=None): argument 427 no_hashtree, 465 no_hashtree, signing_args=None): argument 499 no_hashtree=no_hashtree, [all …]
|
H A D | test_apex_utils.py | 53 self.SALT, 'sha256', no_hashtree=True) 66 self.SALT, 'sha256', no_hashtree=True) 75 self.SALT, 'sha256', no_hashtree=False) 85 self.SALT, 'sha256', no_hashtree=True) 87 no_hashtree=True) 120 no_hashtree=True) 136 no_hashtree=True)
|
H A D | sign_apex.py | 54 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument 67 no_hashtree=no_hashtree, 132 no_hashtree=False,
|
H A D | sign_target_files_apks | 584 no_hashtree=None, # Let apex_util determine if hash tree is needed
|
H A D | sign_target_files_apks.py | 584 no_hashtree=None, # Let apex_util determine if hash tree is needed
|
/aosp12/system/apex/proto/ |
H A D | apex_build_info.proto | 43 // Whether the --no_hashtree option was set at build time. 44 bool no_hashtree = 7;
|
/aosp12/system/apex/apexer/ |
H A D | apexer.py | 338 if not args.no_hashtree: 340 if build_info.no_hashtree: 341 args.no_hashtree = True 380 if args.no_hashtree: 381 build_info.no_hashtree = True 612 if args.no_hashtree:
|