Searched defs:RspFile (Results 1 – 4 of 4) sorted by relevance
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 263 type RspFile struct { struct 264 state protoimpl.MessageState 265 sizeCache protoimpl.SizeCache 266 unknownFields protoimpl.UnknownFields 269 File *string `protobuf:"bytes,1,req,name=file" json:"file,omitempty"` 271 …apping `protobuf:"bytes,2,rep,name=path_mappings,json=pathMappings" json:"path_mappings,omitempty"` 274 func (x *RspFile) Reset() { 283 func (x *RspFile) String() string { 287 func (*RspFile) ProtoMessage() {} 289 func (x *RspFile) ProtoReflect() protoreflect.Message { [all …]
|
D | sbox.proto | 68 message RspFile { message
|
/build/soong/cmd/sbox/ |
D | sbox.go | 570 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error { 582 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
|
/build/soong/zip/ |
D | zip.go | 172 func (b *FileArgsBuilder) RspFile(name string) *FileArgsBuilder { func
|