Home | History | Annotate | Download | only in avb

Lines Matching refs:AvbFooter

1449 class AvbFooter(object):
1792 A tuple where the first argument is a AvbFooter (None if there
1800 image.seek(image.image_size - AvbFooter.SIZE)
1802 footer = AvbFooter(image.read(AvbFooter.SIZE))
1835 image.seek(image.image_size - AvbFooter.SIZE)
1837 footer = AvbFooter(image.read(AvbFooter.SIZE))
2212 image.seek(image.image_size - AvbFooter.SIZE)
2214 footer = AvbFooter(image.read(AvbFooter.SIZE))
2255 footer = AvbFooter()
2260 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
2318 image.seek(image.image_size - AvbFooter.SIZE)
2320 footer = AvbFooter(image.read(AvbFooter.SIZE))
2411 footer = AvbFooter()
2416 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
2507 image.seek(image.image_size - AvbFooter.SIZE)
2509 footer = AvbFooter(image.read(AvbFooter.SIZE))
2626 footer = AvbFooter()
2631 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +