Home
last modified time | relevance | path

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

/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go97 type Command struct { struct
98 state protoimpl.MessageState
99 sizeCache protoimpl.SizeCache
100 unknownFields protoimpl.UnknownFields
104 …fore []*Copy `protobuf:"bytes,1,rep,name=copy_before,json=copyBefore" json:"copy_before,omitempty"`
107 Chdir *bool `protobuf:"varint,2,opt,name=chdir" json:"chdir,omitempty"`
109 Command *string `protobuf:"bytes,3,req,name=command" json:"command,omitempty"` member
112 …pyAfter []*Copy `protobuf:"bytes,4,rep,name=copy_after,json=copyAfter" json:"copy_after,omitempty"`
115 …putHash *string `protobuf:"bytes,5,opt,name=input_hash,json=inputHash" json:"input_hash,omitempty"`
118 …spFiles []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_files,omitempty"`
[all …]
Dsbox.proto31 message Command { message
/build/soong/cmd/path_interposer/
Dmain.go175 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/ui/status/build_error_proto/
Dbuild_error.pb.go105 Command *string `protobuf:"bytes,2,opt,name=command" json:"command,omitempty"` member
/build/soong/cmd/sbox/
Dsbox.go243 func runCommand(command *sbox_proto.Command, tempDir string, commandIndex int) (depFile string, err…
/build/soong/bazel/
Daquery.go63 Command string member
/build/make/tools/aconfig/aflags/src/
Dmain.rs162 enum Command { enum
/build/soong/ui/status/
Dstatus.go43 Command string member
/build/blueprint/
Dninja_defs.go59 Command string // The command that Ninja will run for the rule. member
/build/soong/android/
Drule_builder.go203 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go363 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member