Searched refs:DRIVE_RELATIVE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathType.java37 DRIVE_RELATIVE // C:foo enum constant in enum:WindowsPathType
H A DWindowsPathParser.java136 type = WindowsPathType.DRIVE_RELATIVE;
H A DWindowsPath.java210 if (type != WindowsPathType.DRIVE_RELATIVE) {
552 case DRIVE_RELATIVE: {
H A DWindowsFileSystemProvider.java543 if (target.type() == WindowsPathType.DRIVE_RELATIVE) {

Completed in 34 milliseconds