Searched refs:fromUri (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUriSupport.java118 static WindowsPath fromUri(WindowsFileSystem fs, URI uri) { method in class:WindowsUriSupport
H A DWindowsFileSystemProvider.java92 return WindowsUriSupport.fromUri(theFileSystem, uri);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixUriUtils.java44 static Path fromUri(UnixFileSystem fs, URI uri) { method in class:UnixUriUtils
H A DUnixFileSystemProvider.java98 return UnixUriUtils.fromUri(theFileSystem, uri);

Completed in 25 milliseconds