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.go321 type PathMapping struct { struct
322 state protoimpl.MessageState
323 sizeCache protoimpl.SizeCache
324 unknownFields protoimpl.UnknownFields
326 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`
327 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`
330 func (x *PathMapping) Reset() {
339 func (x *PathMapping) String() string {
343 func (*PathMapping) ProtoMessage() {}
345 func (x *PathMapping) ProtoReflect() protoreflect.Message {
[all …]
Dsbox.proto77 message PathMapping { message
/build/soong/cmd/sbox/
Dsbox.go612 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {