Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dapex_utils.py214 def ParseApexPayloadInfo(avbtool, payload_path): argument
228 if not os.path.exists(payload_path):
229 raise ApexInfoError('Failed to find image: {}'.format(payload_path))
231 cmd = [avbtool, 'info_image', '--image', payload_path]
237 payload_path, e))
280 'Failed to find {} prop in {}'.format(key, payload_path))