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

/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c170 if (!GetSecurityDescriptorDacl(sd, &present, &acl, &defaulted)) {
171 JNU_ThrowIOExceptionWithLastError(env, "GetSecurityDescriptorDacl failed");
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c317 if (!GetSecurityDescriptorDacl(sd, &present, &acl, &defaulted)) {
318 printLastError("GetSecurityDescriptorDacl failed");
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java370 long aclAddress = GetSecurityDescriptorDacl(pSecurityDescriptor);
H A DWindowsNativeDispatcher.java606 * GetSecurityDescriptorDacl(
613 static native long GetSecurityDescriptorDacl(long pSecurityDescriptor); method in class:WindowsNativeDispatcher
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp745 success = GetSecurityDescriptorDacl(pSD, &exists, &pACL, &isdefault);
870 if (!GetSecurityDescriptorDacl(pSD, &exists, &oldACL, &isdefault)) {
881 // GetSecurityDescriptorDacl may return true value for exists (lpbDaclPresent)
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c752 if (GetSecurityDescriptorDacl(pSecurityDescriptor, &bDaclPresent, &pDacl, &bDaclDefaulted) == 0) {

Completed in 46 milliseconds