Home
last modified time | relevance | path

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

/external/avb/
Davbtool48 class AvbError(Exception): class
385 raise AvbError('Unknown algorithm type {}'.format(alg_type))
419 raise AvbError('Error signing: {}'.format(perr))
1568 raise AvbError('Given image does not look like a vbmeta image.')
1673 raise AvbError('Given image does not have a footer.')
1693 raise AvbError('Requested to keep hashtree but no hashtree '
1714 raise AvbError('Malformed slot data "{}".'.format(slot_data))
1880 raise AvbError('No hashtree descriptor in given image')
2018 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2028 raise AvbError('Malformed chained partition "{}".'.format(cp))
[all …]