Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1124 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in getSecurityDescriptor() local
1140 SetEntriesInAcl(1, &ea, NULL, ppACL); in getSecurityDescriptor()
1142 res = SetSecurityDescriptorDacl(pSD, TRUE, *ppACL, FALSE); in getSecurityDescriptor()
1154 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in freeSecurityDescriptor() local
1159 if (*ppACL) in freeSecurityDescriptor()
1160 LocalFree(*ppACL); in freeSecurityDescriptor()