Searched refs:SetEntriesInAcl (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | aclapi.h | 22 #define SetEntriesInAcl __MINGW_NAME_AW(SetEntriesInAcl) macro
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | test_file_util_win.cc | 164 if (SetEntriesInAcl(1, &new_access, old_dacl, &new_dacl) != ERROR_SUCCESS) { in DenyFilePermission()
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | access_control_list.cc | 69 DWORD error = ::SetEntriesInAcl(checked_cast<ULONG>(access_entries.size()), in AddACEToAcl()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1058 SetEntriesInAcl(1, &ea, NULL, ppACL); in getSecurityDescriptor()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/ |
H A D | vulkan_wrapper.cpp | 1910 SetEntriesInAcl(1, &explicitAccess, NULL, ppACL); in WindowsSecurityAttributes()
|