Home
last modified time | relevance | path

Searched defs:command (Results 1 – 7 of 7) sorted by relevance

/build/soong/cmd/soong_ui/
Dmain.go41 type command struct { struct
43 flag string
46 description string
49 simpleOutput bool
52 logsPrefix string
55 config func(ctx build.Context, args ...string) build.Config
58 stdio func() terminal.StdioInterface
61 run func(ctx build.Context, config build.Config, args []string, logsDir string)
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto36 optional string command = 2; field
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto41 required string command = 3; field
/build/make/tools/product_config/src/com/android/build/config/
DKatiImpl.java52 public KatiImpl(Errors errors, Options options, KatiCommand command) { in KatiImpl()
/build/make/core/
Dchecktree40 def run(command, regex, filt): argument
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto50 optional string command = 6; field
/build/soong/android/
Dbazel_handler.go329 command string member