Home | History | Annotate | Download | only in avb

Lines Matching full:add_hash_footer

2730   def add_hash_footer(self, image_filename, partition_size, partition_name,
2741 """Implementation of the add_hash_footer on unsparse images.
2803 # size. This way 'avbtool add_hash_footer' is idempotent (modulo
3551 sub_parser = subparsers.add_parser('add_hash_footer',
3581 sub_parser.set_defaults(func=self.add_hash_footer)
3832 def add_hash_footer(self, args):
3833 """Implements the 'add_hash_footer' sub-command."""
3835 self.avb.add_hash_footer(args.image.name if args.image else None,