Searched defs:Copy (Results 1 – 8 of 8) sorted by relevance
| /build/soong/cmd/sbox/sbox_proto/ |
| D | sbox.pb.go | 328 type Copy struct { struct 329 state protoimpl.MessageState 330 sizeCache protoimpl.SizeCache 331 unknownFields protoimpl.UnknownFields 333 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"` 334 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"` 336 Executable *bool `protobuf:"varint,3,opt,name=executable" json:"executable,omitempty"` 339 func (x *Copy) Reset() { 348 func (x *Copy) String() string { 352 func (*Copy) ProtoMessage() {} [all …]
|
| D | sbox.proto | 83 message Copy { message
|
| /build/soong/cmd/sbox/ |
| D | sbox.go | 415 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error { 428 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCommand string) error… 521 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, exists existsType, write writeType… 704 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string, write writeType) error { 735 func clearOutputDirectory(copies []*sbox_proto.Copy, outputDir string, write writeType) error {
|
| /build/blueprint/parser/ |
| D | ast.go | 67 func (m *Module) Copy() *Module { func 121 func (p *Property) Copy() *Property { func 144 Copy() Expression methodSpec 258 func (x *Operator) Copy() Expression { func 406 func (x *Variable) Copy() Expression { func 448 func (x *Map) Copy() Expression { func 570 func (x *List) Copy() Expression { func 629 func (x *String) Copy() Expression { func 676 func (x *Int64) Copy() Expression { func 709 func (x *Bool) Copy() Expression { func [all …]
|
| /build/soong/ui/build/ |
| D | environment.go | 123 func (e *Environment) Copy() *Environment { func
|
| /build/make/tools/aconfig/aconfig/src/ |
| D | dump.rs | 130 T: std::fmt::Debug + Copy, in create_filter_predicate_single()
|
| /build/make/tools/compliance/ |
| D | graph.go | 279 func (p *TargetEdgePath) Copy() *TargetEdgePath { func
|
| /build/soong/cc/ |
| D | builder.go | 452 func (a Objects) Copy() Objects { func
|