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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java304 // GetFileAttributesEx is the fastest way to read the attributes
309 GetFileAttributesEx(path.getPathForWin32Calls(), address);
H A DWindowsNativeDispatcher.java360 * GetFileAttributesEx(
366 static void GetFileAttributesEx(String path, long address) throws WindowsException { method in class:WindowsNativeDispatcher
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c158 GetFileAttributesEx(path, GetFileExInfoStandard, &wfad)) {

Completed in 40 milliseconds