Home
last modified time | relevance | path

Searched refs:RspFile (Results 1 – 7 of 7) sorted by relevance

/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go118 …RspFiles []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_files,omitempty…
188 func (x *Command) GetRspFiles() []*RspFile {
263 type RspFile struct { struct
274 func (x *RspFile) Reset() { argument
275 *x = RspFile{}
283 func (x *RspFile) String() string { argument
287 func (*RspFile) ProtoMessage() {} argument
289 func (x *RspFile) ProtoReflect() protoreflect.Message { argument
302 func (*RspFile) Descriptor() ([]byte, []int) { argument
306 func (x *RspFile) GetFile() string { argument
[all …]
Dsbox.proto53 repeated RspFile rsp_files = 6;
67 // RspFile describes an rspfile that should be copied into the sandbox directory.
68 message RspFile { message
/build/soong/zip/cmd/
Dmain.go77 fileArgsBuilder.RspFile(s)
/build/soong/cmd/sbox/
Dsbox.go547 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error { argument
559 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error { argument
/build/soong/zip/
Dzip_test.go260 RspFile("rsp"),
Dzip.go156 func (b *FileArgsBuilder) RspFile(name string) *FileArgsBuilder { func
/build/soong/android/
Drule_builder.go564 command.RspFiles = append(command.RspFiles, &sbox_proto.RspFile{