Searched defs:Copy (Results 1 – 6 of 6) sorted by relevance
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 168 type Copy struct { struct 169 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"` 170 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"` 172 Executable *bool `protobuf:"varint,3,opt,name=executable" json:"executable,omitempty"` 173 XXX_NoUnkeyedLiteral struct{} `json:"-"` 174 XXX_unrecognized []byte `json:"-"` 175 XXX_sizecache int32 `json:"-"` 178 func (m *Copy) Reset() { *m = Copy{} } 179 func (m *Copy) String() string { return proto.CompactTextString(m) } 180 func (*Copy) ProtoMessage() {} [all …]
|
D | sbox.proto | 59 message Copy { message
|
/build/soong/cmd/sbox/ |
D | sbox.go | 344 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error { 357 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir string) []error { 375 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, allowFromNotExists bool) error { 530 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string) error {
|
/build/blueprint/parser/ |
D | ast.go | 65 func (m *Module) Copy() *Module { func 97 func (p *Property) Copy() *Property { func 116 Copy() Expression methodSpec 196 func (x *Operator) Copy() Expression { func 228 func (x *Variable) Copy() Expression { func 252 func (x *Map) Copy() Expression { func 310 func (x *List) Copy() Expression { func 342 func (x *String) Copy() Expression { func 368 func (x *Int64) Copy() Expression { func 394 func (x *Bool) Copy() Expression { func [all …]
|
/build/soong/ui/build/ |
D | environment.go | 123 func (e *Environment) Copy() *Environment { func
|
/build/soong/cc/ |
D | builder.go | 419 func (a Objects) Copy() Objects { func
|