Lines Matching refs:AvbFooter
1755 class AvbFooter(object): class
2051 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
2224 image.seek(image.image_size - AvbFooter.SIZE)
2226 footer = AvbFooter(image.read(AvbFooter.SIZE))
2259 image.seek(image.image_size - AvbFooter.SIZE)
2261 footer = AvbFooter(image.read(AvbFooter.SIZE))
2720 if image.image_size >= AvbFooter.SIZE:
2721 image.seek(image.image_size - AvbFooter.SIZE)
2723 footer = AvbFooter(image.read(AvbFooter.SIZE))
2767 footer = AvbFooter()
2772 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
2865 if image.image_size >= AvbFooter.SIZE:
2866 image.seek(image.image_size - AvbFooter.SIZE)
2868 footer = AvbFooter(image.read(AvbFooter.SIZE))
2964 footer = AvbFooter()
2969 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +
3080 if image.image_size >= AvbFooter.SIZE:
3081 image.seek(image.image_size - AvbFooter.SIZE)
3083 footer = AvbFooter(image.read(AvbFooter.SIZE))
3211 footer = AvbFooter()
3216 footer_blob_with_padding = ('\0'*(image.block_size - AvbFooter.SIZE) +