Home | History | Annotate | Download | only in avb

Lines Matching refs:add_hash_footer

2769   def add_hash_footer(self, image_filename, partition_size, partition_name,
2781 """Implementation of the add_hash_footer on unsparse images.
2851 # size. This way 'avbtool add_hash_footer' is idempotent (modulo
3640 sub_parser = subparsers.add_parser('add_hash_footer',
3671 sub_parser.set_defaults(func=self.add_hash_footer)
3923 def add_hash_footer(self, args):
3924 """Implements the 'add_hash_footer' sub-command."""
3926 self.avb.add_hash_footer(args.image.name if args.image else None,