Searched refs:isdir (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_authorization.c | 794 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t … in kauth_acl_inherit() argument 839 …if (inherit->acl_ace[i].ace_flags & (isdir ? KAUTH_ACE_DIRECTORY_INHERIT : KAUTH_ACE_FILE_INHERIT)… in kauth_acl_inherit() 905 …if (inherit->acl_ace[i].ace_flags & (isdir ? KAUTH_ACE_DIRECTORY_INHERIT : KAUTH_ACE_FILE_INHERIT)… in kauth_acl_inherit() 916 if ((result->acl_ace[index].ace_flags & KAUTH_ACE_LIMIT_INHERIT) || !isdir) { in kauth_acl_inherit()
|
| /xnu-11215.1.10/tests/nvram_tests/ |
| H A D | run_tests.py | 98 if os.path.isdir(build_path):
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cprotect.c | 526 cp_is_valid_class(int isdir, int32_t protectionclass) in cp_is_valid_class() argument 533 if (isdir) { in cp_is_valid_class()
|
| H A D | vfs_attrlist.c | 699 …ct vnode_attr *vap, ssize_t *sizep, kauth_action_t *actionp, int is_64bit, int isdir, int use_fork) in getattrlist_setupvattr() argument 712 if (isdir && alp->dirattr && in getattrlist_setupvattr() 716 if (!isdir && alp->fileattr && in getattrlist_setupvattr()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | cprotect.h | 225 int cp_is_valid_class(int isdir, int32_t protectionclass);
|
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | utils.py | 170 if os.path.isdir(lldb_py):
|