Home
last modified time | relevance | path

Searched defs:toRealPath (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DPath.java694 Path toRealPath(LinkOption... options) throws IOException; in toRealPath() method
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java826 public Path toRealPath(LinkOption... options) throws IOException { in toRealPath() method in UnixPath