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

/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c209 a = GetFileAttributes(path);
282 a = GetFileAttributes(path);
305 a = GetFileAttributes(path);
453 a = GetFileAttributes(path);
H A Ddirent_md.c74 fattr = GetFileAttributes(dirp->path);
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp130 DWORD dwAttrib = GetFileAttributes(tmp_path);
H A DperfMemory_windows.cpp212 fa = GetFileAttributes(path);
H A Dos_windows.cpp1058 fattr = GetFileAttributes(dirp->path);
1149 return GetFileAttributes(filename) != INVALID_FILE_ATTRIBUTES;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java230 int oldValue = GetFileAttributes(path);
H A DWindowsLinkSupport.java219 GetFileAttributes(result);
H A DWindowsNativeDispatcher.java326 * DWORD GetFileAttributes(
330 static int GetFileAttributes(String path) throws WindowsException { method in class:WindowsNativeDispatcher

Completed in 48 milliseconds