Searched refs:createFromNormalizedPath (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java101 static WindowsPath createFromNormalizedPath(WindowsFileSystem fs, method in class:WindowsPath
128 static WindowsPath createFromNormalizedPath(WindowsFileSystem fs, method in class:WindowsPath
131 return createFromNormalizedPath(fs, path, null);
420 return createFromNormalizedPath(getFileSystem(), result.toString());
520 return createFromNormalizedPath(getFileSystem(), result.toString());
549 return createFromNormalizedPath(getFileSystem(), result);
567 return createFromNormalizedPath(getFileSystem(), result);
827 return createFromNormalizedPath(getFileSystem(), getAbsolutePath());
837 return createFromNormalizedPath(getFileSystem(), rp);
H A DWindowsLinkSupport.java131 .createFromNormalizedPath(fs, readLink(target));
247 WindowsPath.createFromNormalizedPath(fs, path));
378 .createFromNormalizedPath(fs, readLink(current));
388 path = WindowsPath.createFromNormalizedPath(fs, full);
H A DWindowsDirectoryStream.java147 .createFromNormalizedPath(dir.getFileSystem(), prefix + s, attrs);
H A DWindowsFileSystem.java146 result.add(WindowsPath.createFromNormalizedPath(this, root));
H A DWindowsWatchService.java504 .createFromNormalizedPath(fs, new String(nameAsArray));
H A DWindowsFileSystemProvider.java621 return WindowsPath.createFromNormalizedPath(fs, target);

Completed in 35 milliseconds