Home
last modified time | relevance | path

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/
Daclapi.h22 #define SetEntriesInAcl __MINGW_NAME_AW(SetEntriesInAcl) macro
/aosp_15_r20/external/cronet/base/test/
H A Dtest_file_util_win.cc164 if (SetEntriesInAcl(1, &new_access, old_dacl, &new_dacl) != ERROR_SUCCESS) { in DenyFilePermission()
/aosp_15_r20/external/cronet/base/win/
H A Daccess_control_list.cc69 DWORD error = ::SetEntriesInAcl(checked_cast<ULONG>(access_entries.size()), in AddACEToAcl()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp1058 SetEntriesInAcl(1, &ea, NULL, ppACL); in getSecurityDescriptor()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_wrapper.cpp1910 SetEntriesInAcl(1, &explicitAccess, NULL, ppACL); in WindowsSecurityAttributes()