Searched refs:UNC (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathType.java34 UNC, // \\server\share\foo enum constant in enum:WindowsPathType
H A DWindowsPathParser.java106 // UNC: We keep the first two slash, collapse all the
109 type = WindowsPathType.UNC;
113 throw new InvalidPathException(input, "UNC path is missing hostname");
118 throw new InvalidPathException(input, "UNC path is missing sharename");
H A DWindowsFileSystem.java60 (result.type() != WindowsPathType.UNC))
H A DWindowsPath.java177 // This method will prefix long paths with \\?\ or \\?\UNC as required.
288 path = "\\\\?\\UNC" + path.substring(1, path.length());
357 return type == WindowsPathType.UNC;
368 return type == WindowsPathType.ABSOLUTE || type == WindowsPathType.UNC;
/openjdk7/jdk/test/java/net/URLConnection/
H A DUNCTest.sh31 # to UNC.
33 UNC="file://jdk/LOCAL-JAVA/jdk1.4/win/README.txt"
39 ${TESTJAVA}/bin/java UNCTest ${UNC}

Completed in 34 milliseconds