HomeSort by relevance Sort by last modified time
    Searched refs:help_cmd (Results 1 - 4 of 4) sorted by null

  /system/update_engine/scripts/
update_device.py 378 help_cmd = ['shell', 'su', '0', 'update_engine_client', '--help']
379 use_omaha = 'omaha' in dut.adb_output(help_cmd)
  /external/v8/tools/
callstats.py 563 if args.help_cmd:
564 if args.help_cmd in subparsers:
565 subparsers[args.help_cmd].print_help()
567 args.error("Unknown command '{}'".format(args.help_cmd))
692 "help_cmd", type=str, metavar="<command>", nargs="?",
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.c 38 static int help_cmd(int argc, char *argv[]);
49 { .name = "help", .handler = help_cmd, .usage = NULL },
1130 static int help_cmd(int argc, char *argv[]) function
  /system/libufdt/utils/src/
mkdtboimg.py 843 HelpCommand = namedtuple('HelpCommand', 'help_cmd, help_func')
852 for help_cmd, help_func in help_commands:
853 if cmd == 'all' or cmd == help_cmd:
    [all...]

Completed in 96 milliseconds