Searched defs:PathMapping (Results 1 – 3 of 3) sorted by relevance
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 275 type PathMapping struct { struct 276 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"` 277 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"` 278 XXX_NoUnkeyedLiteral struct{} `json:"-"` 279 XXX_unrecognized []byte `json:"-"` 280 XXX_sizecache int32 `json:"-"` 283 func (m *PathMapping) Reset() { *m = PathMapping{} } 284 func (m *PathMapping) String() string { return proto.CompactTextString(m) } 285 func (*PathMapping) ProtoMessage() {} 286 func (*PathMapping) Descriptor() ([]byte, []int) { [all …]
|
D | sbox.proto | 77 message PathMapping { message
|
/build/soong/cmd/sbox/ |
D | sbox.go | 517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {
|