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

/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c215 if (SetFileAttributes(path, a))
304 SetFileAttributes(path, 0);
455 if (SetFileAttributes(path, a | FILE_ATTRIBUTE_READONLY))
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java226 // GetFileAttribtues & SetFileAttributes do not follow links so when
238 SetFileAttributes(path, newValue);
H A DWindowsNativeDispatcher.java342 * SetFileAttributes(
346 static void SetFileAttributes(String path, int dwFileAttributes) method in class:WindowsNativeDispatcher

Completed in 75 milliseconds