Searched refs:secattr (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 2100 char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, in buildacls_posix() 2141 pacl = (ACL*)&secattr[offs]; in buildacls_posix() 2268 pdace = (ACCESS_DENIED_ACE*) &secattr[offs + pos]; in buildacls_posix() 2339 pgace = (ACCESS_ALLOWED_ACE*)&secattr[offs + pos]; in buildacls_posix() 2383 pgace = (ACCESS_ALLOWED_ACE*)&secattr[offs + pos]; in buildacls_posix() 2396 pgace = (ACCESS_ALLOWED_ACE*)&secattr[offs + pos]; in buildacls_posix() 2411 pgace = (ACCESS_ALLOWED_ACE*)&secattr[offs + pos]; in buildacls_posix() 2437 static int buildacls(char *secattr, int offs, mode_t mode, int isdir, in buildacls() argument 2467 pacl = (ACL*)&secattr[offs]; in buildacls() 2503 pdace = (ACCESS_DENIED_ACE*) &secattr[off in buildacls() 2099 buildacls_posix(struct MAPPING* const mapping[], char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, int isdir, const SID *usid, const SID *gsid) buildacls_posix() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | acls.h | 144 const SID *ntfs_acl_owner(const char *secattr);
|
/third_party/python/PC/ |
H A D | pyshellext.cpp | 501 SECURITY_ATTRIBUTES secattr = { sizeof(SECURITY_ATTRIBUTES), NULL, FALSE }; in DllRegisterServer() local
|
Completed in 6 milliseconds