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

/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool3443 def make_atx_permanent_attributes(self, output, root_authority_key_path, member in class:Avb
3445 """Implements the 'make_atx_permanent_attributes' command.
4140 'make_atx_permanent_attributes',
4154 sub_parser.set_defaults(func=self.make_atx_permanent_attributes)
4350 def make_atx_permanent_attributes(self, args): member in class:AvbTool
4351 """Implements the 'make_atx_permanent_attributes' sub-command."""
4352 self.avb.make_atx_permanent_attributes(args.output,

Completed in 77 milliseconds