Home
last modified time | relevance | path

Searched refs:toRealPath (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DPath.java580 Path toRealPath(LinkOption... options) throws IOException; in toRealPath() method
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxPathTest.java325 fakePath.toRealPath(); in test_toRealPath()
329 Path realPath = filesSetup.getTestPath().toRealPath(); in test_toRealPath()
338 realPath = file.toRealPath(); in test_toRealPath()
346 realPath = symLink.toRealPath(); in test_toRealPath()
351 realPath = symLink.toRealPath(LinkOption.NOFOLLOW_LINKS); in test_toRealPath()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java826 public Path toRealPath(LinkOption... options) throws IOException { in toRealPath() method in UnixPath