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

/openjdk7/jdk/test/java/io/pathNames/
H A DGeneralWin32.java129 private static void checkDrive(int depth, char drive, boolean exists) method in class:GeneralWin32
141 checkDrive(2, findActiveDrive(), true);
142 checkDrive(2, findInactiveDrive(), false);

Completed in 43 milliseconds