Home
last modified time | relevance | path

Searched defs:RspFile (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go225 type RspFile struct { struct
227 File *string `protobuf:"bytes,1,req,name=file" json:"file,omitempty"`
229 …apping `protobuf:"bytes,2,rep,name=path_mappings,json=pathMappings" json:"path_mappings,omitempty"`
230 XXX_NoUnkeyedLiteral struct{} `json:"-"`
231 XXX_unrecognized []byte `json:"-"`
232 XXX_sizecache int32 `json:"-"`
235 func (m *RspFile) Reset() { *m = RspFile{} }
236 func (m *RspFile) String() string { return proto.CompactTextString(m) }
237 func (*RspFile) ProtoMessage() {}
238 func (*RspFile) Descriptor() ([]byte, []int) {
[all …]
Dsbox.proto68 message RspFile { message
/build/soong/cmd/sbox/
Dsbox.go451 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
463 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
/build/soong/zip/
Dzip.go156 func (b *FileArgsBuilder) RspFile(name string) *FileArgsBuilder { func