Searched refs:info_image (Results 1 – 3 of 3) sorted by relevance
/external/avb/ |
D | avbtool.py | 2401 def info_image(self, image_filename, output, atx): member in Avb 4475 sub_parser.set_defaults(func=self.info_image) 4810 def info_image(self, args): member in AvbTool 4812 self.avb.info_image(args.image.name, args.output, args.atx)
|
D | avbtool | 2401 def info_image(self, image_filename, output, atx): member in Avb 4475 sub_parser.set_defaults(func=self.info_image) 4810 def info_image(self, args): member in AvbTool 4812 self.avb.info_image(args.image.name, args.output, args.atx)
|
D | README.md | 532 Information about an image can be obtained using the `info_image` command. The
|