Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/file/Path/
DPathOps.java59 void checkPath() { in checkPath() method in PathOps
82 checkPath(); in root()
88 checkPath(); in parent()
94 checkPath(); in name()
100 checkPath(); in element()
106 checkPath(); in subpath()
112 checkPath(); in starts()
119 checkPath(); in notStarts()
126 checkPath(); in ends()
133 checkPath(); in notEnds()
[all …]
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystemProvider.java107 UnixPath checkPath(Path obj) { in checkPath() method in UnixFileSystemProvider
177 UnixPath file = checkPath(obj); in newFileChannel()
194 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