Home | History | Annotate | Download | only in avb

Lines Matching refs:append_raw

494   (truncate()) and appending is supported (append_raw() and
686 def append_raw(self, data):
2234 # The append_raw() method requires content with size being a
2244 image.append_raw(vbmeta_blob_with_padding)
2262 image.append_raw(footer_blob_with_padding)
2385 # The append_raw() method requires content with size being a
2400 image.append_raw(vbmeta_blob_with_padding)
2418 image.append_raw(footer_blob_with_padding)
2522 image.append_raw('\0' * (rounded_image_size - image.image_size))
2581 image.append_raw(hash_tree_with_padding)
2591 image.append_raw(fec_data_with_padding)
2616 image.append_raw
2633 image.append_raw(footer_blob_with_padding)