Home | History | Annotate | Download | only in net

Lines Matching defs:newPath

2209             String newPath;
2212 newPath = "/" + newSegment;
2214 newPath = oldPath + newSegment;
2216 newPath = oldPath + "/" + newSegment;
2219 return fromEncoded(newPath);