Lines Matching refs:AvbFooter
1952 class AvbFooter(object): class
2363 footer_blob_with_padding = (b'\0' * (image.block_size - AvbFooter.SIZE) +
2754 image.seek(image.image_size - AvbFooter.SIZE)
2756 footer = AvbFooter(image.read(AvbFooter.SIZE))
2789 image.seek(image.image_size - AvbFooter.SIZE)
2791 footer = AvbFooter(image.read(AvbFooter.SIZE))
3257 if image.image_size >= AvbFooter.SIZE:
3258 image.seek(image.image_size - AvbFooter.SIZE)
3260 footer = AvbFooter(image.read(AvbFooter.SIZE))
3304 footer = AvbFooter()
3309 footer_blob_with_padding = (b'\0' * (image.block_size - AvbFooter.SIZE) +
3405 if image.image_size >= AvbFooter.SIZE:
3406 image.seek(image.image_size - AvbFooter.SIZE)
3408 footer = AvbFooter(image.read(AvbFooter.SIZE))
3506 footer = AvbFooter()
3512 b'\0' * (image.block_size - AvbFooter.SIZE) + footer_blob)
3638 if image.image_size >= AvbFooter.SIZE:
3639 image.seek(image.image_size - AvbFooter.SIZE)
3641 footer = AvbFooter(image.read(AvbFooter.SIZE))
3779 footer = AvbFooter()
3785 b'\0' * (image.block_size - AvbFooter.SIZE) + footer_blob)