Home
last modified time | relevance | path

Searched refs:resolvePath (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java291 private static java.lang.String resolvePath( in resolvePath() method in URI
/libcore/ojluni/src/main/java/java/net/
DURI.java2002 private static String resolvePath(String base, String child, in resolvePath() method
2100 ru.path = resolvePath(base.path, child.path, base.isAbsolute()); in resolve()