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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp882 ACL_SIZE_INFORMATION aclinfo; local
891 if (!GetAclInformation(oldACL, &aclinfo,
900 aclinfo.AceCount = 0; // assume NULL DACL
901 aclinfo.AclBytesFree = 0;
902 aclinfo.AclBytesInUse = sizeof(ACL);
911 DWORD newACLsize = aclinfo.AclBytesInUse +
931 if (aclinfo.AceCount != 0) {
932 while (ace_index < aclinfo.AceCount) {
987 if (aclinfo.AceCount != 0) {
990 while (ace_index < aclinfo
[all...]

Completed in 41 milliseconds