Searched defs:Command (Results 1 – 12 of 12) sorted by relevance
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 75 type Command struct { struct 78 …fore []*Copy `protobuf:"bytes,1,rep,name=copy_before,json=copyBefore" json:"copy_before,omitempty"` 81 Chdir *bool `protobuf:"varint,2,opt,name=chdir" json:"chdir,omitempty"` 83 Command *string `protobuf:"bytes,3,req,name=command" json:"command,omitempty"` argument 86 …pyAfter []*Copy `protobuf:"bytes,4,rep,name=copy_after,json=copyAfter" json:"copy_after,omitempty"` 89 …putHash *string `protobuf:"bytes,5,opt,name=input_hash,json=inputHash" json:"input_hash,omitempty"` 92 … []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_files,omitempty"` 93 XXX_NoUnkeyedLiteral struct{} `json:"-"` 94 XXX_unrecognized []byte `json:"-"` 95 XXX_sizecache int32 `json:"-"` [all …]
|
D | sbox.proto | 31 message Command { message
|
/build/soong/cmd/path_interposer/ |
D | main.go | 158 Command string member
|
/build/soong/ui/build/paths/ |
D | logs.go | 33 Command string member
|
/build/soong/ui/build/ |
D | exec.go | 42 func Command(ctx Context, config Config, name string, executable string, args ...string) *Cmd { func
|
/build/soong/cmd/sbox/ |
D | sbox.go | 216 func runCommand(command *sbox_proto.Command, tempDir string) (depFile string, err error) {
|
/build/soong/bazel/ |
D | aquery.go | 76 Command string member
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 79 Command *string `protobuf:"bytes,2,opt,name=command" json:"command,omitempty"` member
|
/build/blueprint/ |
D | ninja_defs.go | 59 Command string // The command that Ninja will run for the rule. member
|
/build/soong/ui/status/ |
D | status.go | 42 Command string member
|
/build/soong/android/ |
D | rule_builder.go | 202 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 280 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member
|