Searched defs:WindowsPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java44 class WindowsPath extends AbstractPath { class in inherits:AbstractPath
79 private WindowsPath(WindowsFileSystem fs, method in class:WindowsPath
93 static WindowsPath parse(WindowsFileSystem fs, String path) {
95 return new WindowsPath(fs, result.type(), result.root(), result.path());
101 static WindowsPath createFromNormalizedPath(WindowsFileSystem fs,
109 return new WindowsPath(fs,
126 * Creates a WindowsPath from a given path that is known to be normalized.
128 static WindowsPath createFromNormalizedPath(WindowsFileSystem fs,
139 extends WindowsPath implements BasicFileAttributesHolder
307 private WindowsPath emptyPat
[all...]

Completed in 418 milliseconds