Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 8 of 8) sorted by relevance

/tools/treble/build/treble_build/cmd/
Dmain.go165 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/
Dcommand.go209 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/
DMetalavaCommand.kt258 val subcommand = currentContext.invokedSubcommand in run() constant
259 if (subcommand == null) { in run()
/tools/netsim/rust/cli/src/
Dargs.rs48 #[command(subcommand)]
80 #[command(subcommand, visible_alias("pcap"))]
85 #[command(subcommand)]
368 #[command(subcommand)]
371 #[command(subcommand)]
/tools/asuite/adevice/src/
Dcli.rs9 #[command(subcommand)]
/tools/security/remote_provisioning/hwtrust/
DREADME.md40 subcommand parses and validates the output of `rkp_factory_extraction_tool`.
/tools/security/remote_provisioning/hwtrust/src/
Dmain.rs16 #[clap(subcommand)]
/tools/netsim/rust/cli/
Dnetsim-cli.md123 * ### `help`: Print this message or the help of the given subcommand(s)