Home
last modified time | relevance | path

Searched refs:ppACL (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1124 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in getSecurityDescriptor() local
1139 SetEntriesInAcl(1, &ea, NULL, ppACL); in getSecurityDescriptor()
1141 SetSecurityDescriptorDacl(pSD, TRUE, *ppACL, FALSE); in getSecurityDescriptor()
1152 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in freeSecurityDescriptor() local
1157 if (*ppACL) in freeSecurityDescriptor()
1158 LocalFree(*ppACL); in freeSecurityDescriptor()