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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp743 PACL pACL; local
748 success = GetSecurityDescriptorDacl(pSD, &exists, &pACL, &isdefault);
753 if (success && exists && pACL != NULL && !isdefault) {
754 FREE_C_HEAP_ARRAY(char, pACL);

Completed in 89 milliseconds