Searched refs:newSegment (Results 1 – 2 of 2) sorted by relevance
1474 public Builder appendPath(String newSegment) { in appendPath() argument1475 return path(PathPart.appendDecodedSegment(path, newSegment)); in appendPath()1481 public Builder appendEncodedPath(String newSegment) { in appendEncodedPath() argument1482 return path(PathPart.appendEncodedSegment(path, newSegment)); in appendEncodedPath()2225 String newSegment) { in appendEncodedSegment() argument2231 return fromEncoded("/" + newSegment); in appendEncodedSegment()2244 newPath = "/" + newSegment; in appendEncodedSegment()2246 newPath = oldPath + newSegment; in appendEncodedSegment()2248 newPath = oldPath + "/" + newSegment; in appendEncodedSegment()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...