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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp740 static void free_security_desc(PSECURITY_DESCRIPTOR pSD) { argument
745 if (pSD != NULL) {
748 success = GetSecurityDescriptorDacl(pSD, &exists, &pACL, &isdefault);
758 FREE_C_HEAP_ARRAY(char, pSD);
861 static bool add_allow_aces(PSECURITY_DESCRIPTOR pSD, argument
866 if (pSD == NULL) {
873 if (!GetSecurityDescriptorDacl(pSD, &exists, &oldACL, &isdefault)) {
1012 if (!SetSecurityDescriptorDacl(pSD, TRUE, newACL, FALSE)) {
1031 if (!_SetSecurityDescriptorControl(pSD, SE_DACL_PROTECTED,
1060 PSECURITY_DESCRIPTOR pSD local
[all...]

Completed in 36 milliseconds