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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp859 ace_data_t aces[], int ace_count) {
911 assert(aces[i].pSid != 0, "pSid should not be 0");
912 newACLsize += GetLengthSid(aces[i].pSid);
949 if (EqualSid(aces[i].pSid, &(((ACCESS_ALLOWED_ACE *)ace)->SidStart))) {
973 aces[i].mask, aces[i].pSid)) {
1054 static LPSECURITY_ATTRIBUTES make_security_attr(ace_data_t aces[], int count) { argument
1071 if (!add_allow_aces(pSD, aces, count)) {
1101 ace_data_t aces[3]; local
1104 aces[
858 add_allow_aces(PSECURITY_DESCRIPTOR pSD, ace_data_t aces[], int ace_count) argument
[all...]

Completed in 87 milliseconds