Searched refs:toRealPath (Results 1 – 3 of 3) sorted by relevance
580 Path toRealPath(LinkOption... options) throws IOException; in toRealPath() method
325 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()
826 public Path toRealPath(LinkOption... options) throws IOException { in toRealPath() method in UnixPath