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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java103 if (!(path instanceof WindowsPath))
105 WindowsPath file = (WindowsPath)path;
132 if (!(path instanceof WindowsPath))
134 WindowsPath file = (WindowsPath)path;
159 WindowsPath file = WindowsPath.toWindowsPath(obj);
198 WindowsPath file = WindowsPath
[all...]
H A DWindowsLinkSupport.java51 static String readLink(WindowsPath path) throws IOException {
69 private static String getFinalPath(WindowsPath input) throws IOException {
93 static String getFinalPath(WindowsPath input, boolean followLinks)
117 WindowsPath target = input;
130 WindowsPath link = WindowsPath
132 WindowsPath parent = target.getParent();
135 final WindowsPath t = target;
137 .doPrivileged(new PrivilegedAction<WindowsPath>() {
139 public WindowsPath ru
[all...]
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...]
H A DWindowsException.java94 void rethrowAsIOException(WindowsPath file, WindowsPath other) throws IOException {
101 void rethrowAsIOException(WindowsPath file) throws IOException {
105 IOException asIOException(WindowsPath file) {
H A DWindowsFileCopy.java47 static void copy(final WindowsPath source,
48 final WindowsPath target,
227 WindowsPath.addPrefixIfNeeded(linkTarget),
258 static void move(WindowsPath source, WindowsPath target, CopyOption... options)
417 WindowsPath.addPrefixIfNeeded(linkTarget),
464 private static String asWin32Path(WindowsPath path) throws IOException {
476 private static void copySecurityAttributes(WindowsPath source,
477 WindowsPath target,
H A DWindowsUriSupport.java98 static URI toUri(WindowsPath path) {
118 static WindowsPath fromUri(WindowsFileSystem fs, URI uri) {
165 return WindowsPath.parse(fs, path);
H A DWindowsFileAttributeViews.java39 final WindowsPath file;
42 Basic(WindowsPath file, boolean followLinks) {
165 Dos(WindowsPath file, boolean followLinks) {
288 static Basic createBasicView(WindowsPath file, boolean followLinks) {
292 static Dos createDosView(WindowsPath file, boolean followLinks) {
H A DWindowsAclFileAttributeView.java56 private final WindowsPath file;
59 WindowsAclFileAttributeView(WindowsPath file, boolean followLinks) {
65 private void checkAccess(WindowsPath file,
H A DWindowsDirectoryStream.java44 private final WindowsPath dir;
62 WindowsDirectoryStream(WindowsPath dir, DirectoryStream.Filter<? super Path> filter)
146 Path entry = WindowsPath
H A DWindowsFileSystem.java146 result.add(WindowsPath.createFromNormalizedPath(this, root));
168 WindowsPath root = (WindowsPath)roots.next();
255 return WindowsPath.parse(this, path);
H A DWindowsWatchService.java318 WindowsPath dir = (WindowsPath)obj;
503 WindowsPath name = WindowsPath
H A DWindowsUserDefinedFileAttributeView.java54 private String join(WindowsPath file, String name) throws WindowsException {
58 private final WindowsPath file;
61 WindowsUserDefinedFileAttributeView(WindowsPath file, boolean followLinks) {
H A DWindowsFileStore.java76 static WindowsFileStore create(WindowsPath file) throws IOException {
H A DWindowsFileAttributes.java298 static WindowsFileAttributes get(WindowsPath path, boolean followLinks)
/openjdk7/jdk/make/java/nio/
H A DMakefile158 sun/nio/fs/WindowsPath.java \

Completed in 46 milliseconds