Searched refs:DRIVE_REMOVABLE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java59 this.displayName = (volType == DRIVE_REMOVABLE) ? "Removable Disk" : "";
165 return volType == DRIVE_REMOVABLE;
H A DWindowsConstants.java137 public static final int DRIVE_REMOVABLE = 2; field in class:WindowsConstants

Completed in 34 milliseconds