Home | History | Annotate | Download | only in net

Lines Matching defs:newPath

2185             String newPath;
2188 newPath = "/" + newSegment;
2190 newPath = oldPath + newSegment;
2192 newPath = oldPath + "/" + newSegment;
2195 return fromEncoded(newPath);