Home
last modified time | relevance | path

Searched refs:VerifyApexPayload (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/releasetools/
Dtest_apex_utils.py67 apex_utils.VerifyApexPayload(
76 apex_utils.VerifyApexPayload('avbtool', payload_file, self.payload_key)
86 apex_utils.VerifyApexPayload('avbtool', payload_file, self.payload_key,
105 apex_utils.VerifyApexPayload(
128 apex_utils.VerifyApexPayload(
132 apex_utils.VerifyApexPayload,
Dapex_utils.py223 VerifyApexPayload(avbtool, payload_file, payload_key_path, no_hashtree)
226 def VerifyApexPayload(avbtool, payload_file, payload_key, no_hashtree=False): function