Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/sbox/sbox_proto/
H A Dsbox.pb.go393 type RspFile struct { struct
394 state protoimpl.MessageState
395 sizeCache protoimpl.SizeCache
396 unknownFields protoimpl.UnknownFields
399 File *string `protobuf:"bytes,1,req,name=file" json:"file,omitempty"`
401 …apping `protobuf:"bytes,2,rep,name=path_mappings,json=pathMappings" json:"path_mappings,omitempty"`
404 func (x *RspFile) Reset() {
413 func (x *RspFile) String() string {
417 func (*RspFile) ProtoMessage() {}
419 func (x *RspFile) ProtoReflect() protoreflect.Message {
[all …]
H A Dsbox.proto92 message RspFile { message
/aosp_15_r20/build/soong/cmd/sbox/
H A Dsbox.go624 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
636 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
/aosp_15_r20/build/soong/zip/
H A Dzip.go172 func (b *FileArgsBuilder) RspFile(name string) *FileArgsBuilder { func