Home
last modified time | relevance | path

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

/third_party/boost/libs/winapi/test/run/
Daccess_rights_abi.cpp27 BOOST_WINAPI_TEST_CONSTANT(STANDARD_RIGHTS_ALL); in main()
/third_party/boost/boost/winapi/
Daccess_rights.hpp29 BOOST_CONSTEXPR_OR_CONST DWORD_ STANDARD_RIGHTS_ALL_ = STANDARD_RIGHTS_ALL;
/third_party/ntfs-3g/ntfsprogs/
Dsd.c206 ace->mask = STANDARD_RIGHTS_ALL | FILE_WRITE_ATTRIBUTES | in init_root_sd()
251 ace->mask = STANDARD_RIGHTS_ALL | FILE_WRITE_ATTRIBUTES | in init_root_sd()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h1599 STANDARD_RIGHTS_ALL = const_cpu_to_le32(0x001f0000), enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1133 ea.grfAccessPermissions = STANDARD_RIGHTS_ALL | SPECIFIC_RIGHTS_ALL; in getSecurityDescriptor()