Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystemProvider.java101 UnixPath checkPath(Path obj) { in checkPath() method in UnixFileSystemProvider
171 UnixPath file = checkPath(obj); in newFileChannel()
188 UnixPath file = checkPath(obj); in newAsynchronousFileChannel()
/libcore/ojluni/annotations/hiddenapi/sun/net/www/
DParseUtil.java140 private static void checkPath( in checkPath() method in ParseUtil
/libcore/ojluni/src/main/java/sun/net/www/
DParseUtil.java319 checkPath(s, scheme, path); in createURI()
529 private static void checkPath(String s, String scheme, String path) in checkPath() method in ParseUtil
/libcore/ojluni/src/main/java/java/net/
DURI.java668 checkPath(s, scheme, path); in URI()
741 checkPath(s, scheme, path); in URI()
1813 private static void checkPath(String s, String scheme, String path)
/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java239 private static void checkPath( in checkPath() method in URI