Lines Matching refs:AvbFooter
1812 class AvbFooter(object): class
2135 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
2407 image.seek(image.image_size - AvbFooter.SIZE)
2409 footer = AvbFooter(image.read(AvbFooter.SIZE))
2442 image.seek(image.image_size - AvbFooter.SIZE)
2444 footer = AvbFooter(image.read(AvbFooter.SIZE))
2903 if image.image_size >= AvbFooter.SIZE:
2904 image.seek(image.image_size - AvbFooter.SIZE)
2906 footer = AvbFooter(image.read(AvbFooter.SIZE))
2950 footer = AvbFooter()
2955 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
3048 if image.image_size >= AvbFooter.SIZE:
3049 image.seek(image.image_size - AvbFooter.SIZE)
3051 footer = AvbFooter(image.read(AvbFooter.SIZE))
3148 footer = AvbFooter()
3153 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
3273 if image.image_size >= AvbFooter.SIZE:
3274 image.seek(image.image_size - AvbFooter.SIZE)
3276 footer = AvbFooter(image.read(AvbFooter.SIZE))
3407 footer = AvbFooter()
3412 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +