Searched refs:info_image (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | README.rockchip | 36 ./scripts/avbtool.py info_image --image vbmeta.img
|
| H A D | avbtool.py | 2406 def info_image(self, image_filename, output, atx): member in Avb 4522 sub_parser.set_defaults(func=self.info_image) 4858 def info_image(self, args): member in AvbTool 4860 self.avb.info_image(args.image.name, args.output, args.atx)
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 2089 def info_image(self, image_filename, output): member in Avb 3854 sub_parser.set_defaults(func=self.info_image) 4108 def info_image(self, args): member in AvbTool 4110 self.avb.info_image(args.image.name, args.output)
|