Home
last modified time | relevance | path

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

/build/soong/cmd/soong_ui/
Dmain.go37 type command struct { struct
39 flag string
42 description string
45 simpleOutput bool
48 logsPrefix string
51 config func(ctx build.Context, args ...string) build.Config
54 stdio func() terminal.StdioInterface
57 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/ui/status/ninja_frontend/
Dfrontend.proto50 optional string command = 6; field
/build/make/core/
Dchecktree40 def run(command, regex, filt): argument