Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dacls.c2100 char *secattr, int offs, const struct POSIX_SECURITY *pxdesc, in buildacls_posix() argument
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[offs + pos]; in buildacls()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h144 const SID *ntfs_acl_owner(const char *secattr);
/third_party/python/PC/
Dpyshellext.cpp501 SECURITY_ATTRIBUTES secattr = { sizeof(SECURITY_ATTRIBUTES), NULL, FALSE };