Home
last modified time | relevance | path

Searched refs:no_hashtree (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dapex_utils.py209 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 Dtest_apex_utils.py53 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 Dsign_apex.py54 def SignApexFile(avbtool, apex_file, payload_key, container_key, no_hashtree, argument
67 no_hashtree=no_hashtree,
132 no_hashtree=False,
H A Dsign_target_files_apks584 no_hashtree=None, # Let apex_util determine if hash tree is needed
H A Dsign_target_files_apks.py584 no_hashtree=None, # Let apex_util determine if hash tree is needed
/aosp12/system/apex/proto/
H A Dapex_build_info.proto43 // Whether the --no_hashtree option was set at build time.
44 bool no_hashtree = 7;
/aosp12/system/apex/apexer/
H A Dapexer.py338 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: