Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dapex_utils.py83 def ParseApexPayloadInfo(payload_path): argument
96 if not os.path.exists(payload_path):
97 raise ApexInfoError('Failed to find image: {}'.format(payload_path))
99 cmd = ['avbtool', 'info_image', '--image', payload_path]
105 payload_path, e), sys.exc_info()[2]
148 'Failed to find {} prop in {}'.format(key, payload_path))