Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/sbox/sbox_proto/
H A 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:"-"`
H A Dsbox.proto77 message PathMapping { message
/aosp12/build/soong/cmd/sbox/
H A Dsbox.go517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {