Searched defs:Command (Results 1 – 8 of 8) sorted by relevance
/build/kati/ |
D | command.h | 27 struct Command { struct 28 explicit Command(Symbol o) : output(o), echo(true), ignore_error(false) {} in Command() function 38 void Eval(DepNode* n, vector<Command*>* commands); argument
|
/build/soong/cmd/path_interposer/ |
D | main.go | 167 Command string member
|
/build/soong/ui/build/paths/ |
D | logs.go | 33 Command string member
|
/build/soong/ui/build/ |
D | exec.go | 35 func Command(ctx Context, config Config, name string, executable string, args ...string) *Cmd { func
|
/build/soong/ui/status/ |
D | status.go | 38 Command string member
|
/build/soong/android/ |
D | rule_builder.go | 90 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
|
/build/blueprint/ |
D | ninja_defs.go | 59 Command string // The command that Ninja will run for the rule. member
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 267 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member
|