Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DPropertyExpander.java116 val = sun.net.www.ParseUtil.encodePath(val); in expand()
119 val = sun.net.www.ParseUtil.encodePath(val); in expand()
/libcore/ojluni/src/main/java/sun/net/www/
DParseUtil.java96 public static String encodePath(String path) { in encodePath() method in ParseUtil
97 return encodePath(path, true); in encodePath()
104 public static String encodePath(String path, boolean flag) { in encodePath() method in ParseUtil
265 path = ParseUtil.encodePath(path); in fileToEncodedURL()
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java64 String encodedName = ParseUtil.encodePath(entryName, false); in getEntryUrlOrNull()
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java493 url = new URL(base, ParseUtil.encodePath(name, false));
528 url = new URL(base, ParseUtil.encodePath(name, false));
756 url = new URL(getBaseURL(), ParseUtil.encodePath(name, false));
1056 url = new URL(getBaseURL(), ParseUtil.encodePath(name, false));
/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java618 … uri = new URI("serversocket://" + ParseUtil.encodePath(host) + ":"+ saddr.getPort()); in socksBind()