Searched refs:subcommand (Results 1 – 8 of 8) sorted by relevance
/tools/treble/build/treble_build/cmd/ |
D | main.go | 165 var subcommand tool 173 subcommand = &hostReport{toolPath: *hostToolPathPtr} 179 subcommand = &queryReport{} 187 subcommand = &pathsReport{build_target: defBuildTarget, single: *singlePathPtr} 226 if subcommand != nil { 227 if err := subcommand.Run(ctx, rtx, rsp); err != nil { 267 printTextReport(os.Stdout, subcommand, rsp, *verbosePtr) 274 printTextReport(w, subcommand, rsp, *verbosePtr) 285 func printTextReport(w io.Writer, subcommand tool, rsp *response, verbose bool) { 287 if subcommand != nil { [all …]
|
/tools/treble/hacksaw/client/ |
D | command.go | 209 subcommand := args[2] 210 switch subcommand { 221 return fmt.Errorf("Command \"%s %s\" not found", command, subcommand) 227 subcommand := args[2] 228 switch subcommand { 239 return fmt.Errorf("Command \"%s %s\" not found", command, subcommand)
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/ |
D | MetalavaCommand.kt | 258 val subcommand = currentContext.invokedSubcommand in run() constant 259 if (subcommand == null) { in run()
|
/tools/netsim/rust/cli/src/ |
D | args.rs | 48 #[command(subcommand)] 80 #[command(subcommand, visible_alias("pcap"))] 85 #[command(subcommand)] 368 #[command(subcommand)] 371 #[command(subcommand)]
|
/tools/asuite/adevice/src/ |
D | cli.rs | 9 #[command(subcommand)]
|
/tools/security/remote_provisioning/hwtrust/ |
D | README.md | 40 subcommand parses and validates the output of `rkp_factory_extraction_tool`.
|
/tools/security/remote_provisioning/hwtrust/src/ |
D | main.rs | 16 #[clap(subcommand)]
|
/tools/netsim/rust/cli/ |
D | netsim-cli.md | 123 * ### `help`: Print this message or the help of the given subcommand(s)
|