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

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp739 BOOL success, exists, isdefault; local
745 success = GetSecurityDescriptorDacl(pSD, &exists, &pACL, &isdefault);
750 if (success && exists && pACL != NULL && !isdefault) {
867 BOOL exists, isdefault; local
870 if (!GetSecurityDescriptorDacl(pSD, &exists, &oldACL, &isdefault)) {

Completed in 36 milliseconds