Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dapex_utils.py240 def ParseApexPayloadInfo(avbtool, payload_path): argument
254 if not os.path.exists(payload_path):
255 raise ApexInfoError('Failed to find image: {}'.format(payload_path))
257 cmd = [avbtool, 'info_image', '--image', payload_path]
263 payload_path, e))
306 'Failed to find {} prop in {}'.format(key, payload_path))