HomeSort by relevance Sort by last modified time
    Searched refs:payload_path (Results 1 - 2 of 2) sorted by null

  /build/make/tools/releasetools/
apex_utils.py 83 def ParseApexPayloadInfo(payload_path):
87 payload_path: The path to the payload image.
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))
  /external/autotest/client/cros/crash/
user_crash_test.py 346 def _check_generated_report_sending(self, meta_path, payload_path,
351 report=os.path.basename(payload_path))
359 if result['report_payload'] != payload_path:
361 result['report_payload'], payload_path))

Completed in 241 milliseconds