Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 8 of 8) sorted by relevance

/build/kati/
Dcommand.h27 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/
Dmain.go167 Command string member
/build/soong/ui/build/paths/
Dlogs.go33 Command string member
/build/soong/ui/build/
Dexec.go35 func Command(ctx Context, config Config, name string, executable string, args ...string) *Cmd { func
/build/soong/ui/status/
Dstatus.go38 Command string member
/build/soong/android/
Drule_builder.go90 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
/build/blueprint/
Dninja_defs.go59 Command string // The command that Ninja will run for the rule. member
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go267 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member