Home
last modified time | relevance | path

Searched defs:PathMapping (Results 1 – 3 of 3) sorted by relevance

/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go275 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 …]
Dsbox.proto77 message PathMapping { message
/build/soong/cmd/sbox/
Dsbox.go517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {