Home
last modified time | relevance | path

Searched refs:DIR_GREAD (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h64 #define DIR_GREAD (FILE_LIST_DIRECTORY | GENERIC_READ) macro
/third_party/ntfs-3g/libntfs-3g/
Dacls.c2954 if (owner & DIR_GREAD) in merge_permissions()
2978 if (group & DIR_GREAD) in merge_permissions()
3002 if (world & DIR_GREAD) in merge_permissions()
3928 if (pace->mask & DIR_GREAD) in ntfs_build_permissions_posix()