Home
last modified time | relevance | path

Searched refs:MAX_SID_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h98 #define MAX_SID_SIZE (8 + SID_MAX_SUB_AUTHORITIES*4) macro
99 typedef char BIGSID[MAX_SID_SIZE];
/third_party/mingw-w64/mingw-w64-headers/include/
Dwinefs.h47 #define MAX_SID_SIZE 256 macro
/third_party/ntfs-3g/libntfs-3g/
Dacls.c2788 newattrsz += 3*MAX_SID_SIZE; in ntfs_build_descr_posix()
2791 newattrsz += 2*MAX_SID_SIZE*pxdesc->defcnt; in ntfs_build_descr_posix()