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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp862 ace_data_t aces[], int ace_count) {
914 assert(aces[i].pSid != 0, "pSid should not be 0");
915 newACLsize += GetLengthSid(aces[i].pSid);
952 if (EqualSid(aces[i].pSid, &(((ACCESS_ALLOWED_ACE *)ace)->SidStart))) {
976 aces[i].mask, aces[i].pSid)) {
1057 static LPSECURITY_ATTRIBUTES make_security_attr(ace_data_t aces[], int count) { argument
1074 if (!add_allow_aces(pSD, aces, count)) {
1104 ace_data_t aces[3]; local
1107 aces[
861 add_allow_aces(PSECURITY_DESCRIPTOR pSD, ace_data_t aces[], int ace_count) argument
[all...]

Completed in 93 milliseconds