Searched refs:GENERIC_ALL (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/winapi/test/run/ |
D | access_rights_abi.cpp | 39 BOOST_WINAPI_TEST_CONSTANT(GENERIC_ALL); in main()
|
/third_party/boost/boost/winapi/ |
D | access_rights.hpp | 41 BOOST_CONSTEXPR_OR_CONST DWORD_ GENERIC_ALL_ = GENERIC_ALL;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-Windows.txt | 206 ("A" == "access allowed", "GA" == GENERIC_ALL == all permissions, and 216 (One ACCESS_ALLOWED ACE for GENERIC_ALL for builtin administrators, and 217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.) 224 (One ACCESS_ALLOWED ACE for GENERIC_ALL for the "authenticated users"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-Windows.txt | 206 ("A" == "access allowed", "GA" == GENERIC_ALL == all permissions, and 216 (One ACCESS_ALLOWED ACE for GENERIC_ALL for builtin administrators, and 217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.) 224 (One ACCESS_ALLOWED ACE for GENERIC_ALL for the "authenticated users"
|
/third_party/ntfs-3g/ntfsprogs/ |
D | sd.c | 231 ace->mask = GENERIC_ALL; in init_root_sd() 274 ace->mask = GENERIC_ALL; in init_root_sd()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | acls.c | 760 || (poldace->mask & (GENERIC_ALL | GENERIC_READ in ntfs_inherit_acl() 768 if (pnewace->mask & GENERIC_ALL) { in ntfs_inherit_acl() 769 pnewace->mask &= ~GENERIC_ALL; in ntfs_inherit_acl() 912 if ((poldace->mask & (GENERIC_ALL | GENERIC_READ in ntfs_inherit_acl() 3759 if ((pace->mask & (GENERIC_ALL | WRITE_OWNER)) in ntfs_build_permissions_posix() 3772 if (!(pace->mask & (WRITE_OWNER | GENERIC_ALL)) in ntfs_build_permissions_posix() 3857 if (pace->mask & (WRITE_OWNER | GENERIC_ALL)) in ntfs_build_permissions_posix() 3930 if ((pace->mask & GENERIC_ALL) in ntfs_build_permissions_posix()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 1614 GENERIC_ALL = const_cpu_to_le32(0x10000000), enumerator
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.c | 219 hdesk = OpenInputDesktop (0, FALSE, GENERIC_ALL); in initialize_output_duplication()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.cpp | 712 HDESK hdesk = OpenInputDesktop (0, FALSE, GENERIC_ALL); in InitDupl()
|
/third_party/libuv/ |
D | ChangeLog | 4110 * windows: change GENERIC_ALL to GENERIC_WRITE in fs__create_junction (Tony
|