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.go451 type PathMapping struct { struct
452 state protoimpl.MessageState
453 sizeCache protoimpl.SizeCache
454 unknownFields protoimpl.UnknownFields
456 From *string `protobuf:"bytes,1,req,name=from" json:"from,omitempty"`
457 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"`
460 func (x *PathMapping) Reset() {
469 func (x *PathMapping) String() string {
473 func (*PathMapping) ProtoMessage() {}
475 func (x *PathMapping) ProtoReflect() protoreflect.Message {
[all …]
Dsbox.proto101 message PathMapping { message
/build/soong/cmd/sbox/
Dsbox.go690 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {