Home | History | Annotate | Download | only in net

Lines Matching defs:newPath

2133             String newPath;
2136 newPath = "/" + newSegment;
2138 newPath = oldPath + newSegment;
2140 newPath = oldPath + "/" + newSegment;
2143 return fromEncoded(newPath);