Home
last modified time | relevance | path

Searched refs:encodePath (Results 1 – 7 of 7) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/resource/
DFileResource.java99 String file_url="file:"+URIUtil.encodePath(url.toString().substring(5)); in FileResource()
165 url=URIUtil.addPaths(_urlString,URIUtil.encodePath(rel)); in addPath()
171 String encoded=URIUtil.encodePath(path); in addPath()
DResource.java456 return URIUtil.encodePath(uri); in encode()
525 String path=URIUtil.addPaths(encodedBase,URIUtil.encodePath(ls[i])); in getListHTML()
/external/jetty/src/java/org/eclipse/jetty/util/
DURIUtil.java62 public static String encodePath(String path) in encodePath() method in URIUtil
67 StringBuilder buf = encodePath(null,path); in encodePath()
77 public static StringBuilder encodePath(StringBuilder buf, String path) in encodePath() method in URIUtil
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt8 1% sun.net.www.ParseUtil::encodePath @ 29 (336 bytes)
10 9 sun.net.www.ParseUtil::encodePath (336 bytes)
Djdk7-compilation.txt11 185 8 b sun.net.www.ParseUtil::encodePath (336 bytes)
/external/jetty/src/java/org/eclipse/jetty/server/
DResponse.java474 buf.append(URIUtil.encodePath(canonical)); in sendRedirect()
/external/jetty/
DVERSION.txt2133 + JETTY-992 URIUtil.encodePath encodes markup characters