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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp879 ACL_SIZE_INFORMATION aclinfo; local
888 if (!GetAclInformation(oldACL, &aclinfo,
897 aclinfo.AceCount = 0; // assume NULL DACL
898 aclinfo.AclBytesFree = 0;
899 aclinfo.AclBytesInUse = sizeof(ACL);
908 DWORD newACLsize = aclinfo.AclBytesInUse +
928 if (aclinfo.AceCount != 0) {
929 while (ace_index < aclinfo.AceCount) {
984 if (aclinfo.AceCount != 0) {
987 while (ace_index < aclinfo
[all...]

Completed in 47 milliseconds