Home
last modified time | relevance | path

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

/build/soong/cmd/soong_ui/
Dmain.go45 type command struct { struct
47 flag string
50 description string
53 simpleOutput bool
56 logsPrefix string
59 config func(ctx build.Context, args ...string) build.Config
62 stdio func() terminal.StdioInterface
65 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.go295 command string member