Searched refs:SetFileSecurity (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java169 // SetFileSecurity does not follow links so when following links we
194 SetFileSecurity(path,
214 // SetFileSecurity does not follow links so when following links we
219 SetFileSecurity(path, DACL_SECURITY_INFORMATION, sd.address());
H A DWindowsFileCopy.java493 SetFileSecurity(target.getPathForWin32Calls(), request,
H A DWindowsNativeDispatcher.java560 * SetFileSecurity(
566 static void SetFileSecurity(String path, method in class:WindowsNativeDispatcher
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c414 if (!SetFileSecurity(path, DACL_SECURITY_INFORMATION, sd)) {
415 printLastError("SetFileSecurity failed");
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1252 if (!SetFileSecurity(dirname, secInfo, pDirSA->lpSecurityDescriptor)) {
1255 warning("SetFileSecurity failed for %s directory. lasterror %d \n",

Completed in 40 milliseconds