Searched defs:Command (Results 1 – 13 of 13) sorted by relevance
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 97 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 …]
|
D | sbox.proto | 31 message Command { message
|
/build/soong/cmd/path_interposer/ |
D | main.go | 175 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/ui/status/build_error_proto/ |
D | build_error.pb.go | 105 Command *string `protobuf:"bytes,2,opt,name=command" json:"command,omitempty"` member
|
/build/soong/cmd/sbox/ |
D | sbox.go | 243 func runCommand(command *sbox_proto.Command, tempDir string, commandIndex int) (depFile string, err…
|
/build/soong/bazel/ |
D | aquery.go | 63 Command string member
|
/build/make/tools/aconfig/aflags/src/ |
D | main.rs | 162 enum Command { enum
|
/build/soong/ui/status/ |
D | status.go | 43 Command string member
|
/build/blueprint/ |
D | ninja_defs.go | 59 Command string // The command that Ninja will run for the rule. member
|
/build/soong/android/ |
D | rule_builder.go | 203 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 363 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member
|