Home
last modified time | relevance | path

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

/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go75 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 …]
Dsbox.proto31 message Command { message
/build/soong/cmd/path_interposer/
Dmain.go158 Command string member
/build/soong/ui/build/paths/
Dlogs.go33 Command string member
/build/soong/ui/build/
Dexec.go42 func Command(ctx Context, config Config, name string, executable string, args ...string) *Cmd { func
/build/soong/cmd/sbox/
Dsbox.go216 func runCommand(command *sbox_proto.Command, tempDir string) (depFile string, err error) {
/build/soong/bazel/
Daquery.go76 Command string member
/build/soong/ui/status/build_error_proto/
Dbuild_error.pb.go79 Command *string `protobuf:"bytes,2,opt,name=command" json:"command,omitempty"` member
/build/blueprint/
Dninja_defs.go59 Command string // The command that Ninja will run for the rule. member
/build/soong/ui/status/
Dstatus.go42 Command string member
/build/soong/android/
Drule_builder.go202 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go280 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member