Searched refs:DIRECTORY_RELATIVE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathType.java36 DIRECTORY_RELATIVE, // \foo enum constant in enum:WindowsPathType
H A DWindowsPathParser.java143 type = WindowsPathType.DIRECTORY_RELATIVE;
H A DWindowsPath.java238 if (type == WindowsPathType.DIRECTORY_RELATIVE) {
480 if (isAbsolute() || type == WindowsPathType.DIRECTORY_RELATIVE) {
542 case DIRECTORY_RELATIVE: {

Completed in 76 milliseconds