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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java50 this.volInfo = GetVolumeInformation(root);
H A DWindowsNativeDispatcher.java403 * GetVolumeInformation(
414 static VolumeInformation GetVolumeInformation(String root) method in class:WindowsNativeDispatcher
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsAttachProvider.c81 BOOL res = GetVolumeInformation(volume,
/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c101 res = GetVolumeInformation(root,
111 JNU_ThrowIOExceptionWithLastError(env, "GetVolumeInformation failed");
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c241 res = GetVolumeInformation(root,
250 printLastError("GetVolumeInformation failed");
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp577 if (!GetVolumeInformation(root_path, NULL, 0, NULL, &maxpath,

Completed in 43 milliseconds