Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1123 PSID* ppEveryoneSID = (PSID*)((PBYTE)pSD + SECURITY_DESCRIPTOR_MIN_LENGTH); in getSecurityDescriptor() local
1124 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in getSecurityDescriptor()
1129 …AllocateAndInitializeSid(&SIDAuthWorld, 1, SECURITY_WORLD_RID, 0, 0, 0, 0, 0, 0, 0, ppEveryoneSID); in getSecurityDescriptor()
1137 ea.Trustee.ptstrName = (LPTSTR)*ppEveryoneSID; in getSecurityDescriptor()
1151 PSID* ppEveryoneSID = (PSID*)((PBYTE)pSD + SECURITY_DESCRIPTOR_MIN_LENGTH); in freeSecurityDescriptor() local
1152 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in freeSecurityDescriptor()
1154 if (*ppEveryoneSID) in freeSecurityDescriptor()
1155 FreeSid(*ppEveryoneSID); in freeSecurityDescriptor()