Searched refs:extract_vbmeta_image (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1981 def extract_vbmeta_image(self, output, image_filename, padding_size): member in class:Avb
1982 """Implements the 'extract_vbmeta_image' command.
3991 sub_parser = subparsers.add_parser('extract_vbmeta_image',
4006 sub_parser.set_defaults(func=self.extract_vbmeta_image)
4308 def extract_vbmeta_image(self, args): member in class:AvbTool
4309 """Implements the 'extract_vbmeta_image' sub-command."""
4310 self.avb.extract_vbmeta_image(args.output, args.image.name,

Completed in 66 milliseconds