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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp740 PACL pACL; local
745 success = GetSecurityDescriptorDacl(pSD, &exists, &pACL, &isdefault);
750 if (success && exists && pACL != NULL && !isdefault) {
751 FREE_C_HEAP_ARRAY(char, pACL, mtInternal);

Completed in 34 milliseconds