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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathType.java32 enum WindowsPathType { enum
H A DWindowsPathParser.java41 private final WindowsPathType type;
45 Result(WindowsPathType type, String root, String path) {
54 WindowsPathType type() {
96 WindowsPathType type = null;
109 type = WindowsPathType.UNC;
132 type = WindowsPathType.ABSOLUTE;
136 type = WindowsPathType.DRIVE_RELATIVE;
143 type = WindowsPathType.DIRECTORY_RELATIVE;
146 type = WindowsPathType.RELATIVE;
H A DWindowsPath.java59 private final WindowsPathType type;
80 WindowsPathType type,
144 WindowsPathType type,
210 if (type != WindowsPathType.DRIVE_RELATIVE) {
224 if (type == WindowsPathType.RELATIVE) {
238 if (type == WindowsPathType.DIRECTORY_RELATIVE) {
308 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", "");
325 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", path.substring(off));
351 WindowsPathType type() {
357 return type == WindowsPathType
[all...]
H A DWindowsFileSystem.java59 if ((result.type() != WindowsPathType.ABSOLUTE) &&
60 (result.type() != WindowsPathType.UNC))
H A DWindowsFileSystemProvider.java543 if (target.type() == WindowsPathType.DRIVE_RELATIVE) {
553 if (target.type() == WindowsPathType.RELATIVE) {
/openjdk7/jdk/make/java/nio/
H A DMakefile160 sun/nio/fs/WindowsPathType.java \

Completed in 28 milliseconds