Lines Matching full:add_hashtree_footer
2908 def add_hashtree_footer(self, image_filename, partition_size, partition_name,
2922 """Implements the 'add_hashtree_footer' command.
3003 # size. This way 'avbtool add_hashtree_footer' is idempotent
3597 sub_parser = subparsers.add_parser('add_hashtree_footer',
3620 # in add_hashtree_footer(). Remove this option and the warning at
3653 sub_parser.set_defaults(func=self.add_hashtree_footer)
3854 def add_hashtree_footer(self, args):
3855 """Implements the 'add_hashtree_footer' sub-command."""
3863 self.avb.add_hashtree_footer(args.image.name if args.image else None,