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.cpp1101 PSID* ppEveryoneSID = (PSID*)((PBYTE)pSD + SECURITY_DESCRIPTOR_MIN_LENGTH); in getSecurityDescriptor() local
1102 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in getSecurityDescriptor()
1107 …AllocateAndInitializeSid(&SIDAuthWorld, 1, SECURITY_WORLD_RID, 0, 0, 0, 0, 0, 0, 0, ppEveryoneSID); in getSecurityDescriptor()
1115 ea.Trustee.ptstrName = (LPTSTR)*ppEveryoneSID; in getSecurityDescriptor()
1129 PSID* ppEveryoneSID = (PSID*)((PBYTE)pSD + SECURITY_DESCRIPTOR_MIN_LENGTH); in freeSecurityDescriptor() local
1130 PACL* ppACL = (PACL*)((PBYTE)ppEveryoneSID + sizeof(PSID*)); in freeSecurityDescriptor()
1132 if (*ppEveryoneSID) in freeSecurityDescriptor()
1133 FreeSid(*ppEveryoneSID); in freeSecurityDescriptor()