Searched defs:Command (Results 1 – 12 of 12) 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 | 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/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 | 240 func runCommand(command *sbox_proto.Command, tempDir string, commandIndex int) (depFile string, err…
|
/build/soong/bazel/ |
D | aquery.go | 79 Command string 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/ui/status/ninja_frontend/ |
D | frontend.pb.go | 345 Command *string `protobuf:"bytes,6,opt,name=command" json:"command,omitempty"` member
|
/build/soong/android/ |
D | rule_builder.go | 193 func (r *RuleBuilder) Command() *RuleBuilderCommand { func
|