Searched defs:AvbFooter (Results 1 - 2 of 2) sorted by relevance

/external/avb/libavb/
H A Davb_footer.h53 typedef struct AvbFooter { struct
74 } AVB_ATTR_PACKED AvbFooter; typedef in typeref:struct:AvbFooter
79 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest)
/external/avb/
H A Davbtool1449 class AvbFooter(object): class in inherits: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(imag
[all...]

Completed in 104 milliseconds