Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/sbox/sbox_proto/
H A 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:"-"`
H A Dsbox.proto68 message RspFile { message
/aosp12/build/soong/cmd/sbox/
H A Dsbox.go451 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
463 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
/aosp12/build/soong/zip/
H A Dzip.go156 func (b *FileArgsBuilder) RspFile(name string) *FileArgsBuilder { func