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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java51 this.volType = GetDriveType(root);
H A DWindowsNativeDispatcher.java443 * UINT GetDriveType(
447 static int GetDriveType(String root) throws WindowsException { method in class:WindowsNativeDispatcher
H A DWindowsPath.java259 int dt = GetDriveType(root + "\\");

Completed in 36 milliseconds