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

/fuchsia/zircon/make/
H A Dboard.mk133 $(NOECHO)$(AVBTOOL) make_vbmeta_image --include_descriptors_from_image $(BOARD_BOOTIMG) \
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool2513 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, member in class:Avb
2524 """Implements the 'make_vbmeta_image' command.
3859 sub_parser = subparsers.add_parser('make_vbmeta_image',
3871 sub_parser.set_defaults(func=self.make_vbmeta_image)
4225 def make_vbmeta_image(self, args): member in class:AvbTool
4226 """Implements the 'make_vbmeta_image' sub-command."""
4228 self.avb.make_vbmeta_image(args.output, args.chain_partition,

Completed in 87 milliseconds