MCPcopy Create free account
hub / github.com/RsyncProject/rsync / sys_acl_get_file

Function sys_acl_get_file

lib/sysacls.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78SMB_ACL_T sys_acl_get_file(const char *path_p, SMB_ACL_TYPE_T type)
79{
80 return acl_get_file(path_p, type);
81}
82
83#if 0
84SMB_ACL_T sys_acl_get_fd(int fd)

Callers 5

get_rsync_aclFunction · 0.85
default_perms_for_dirFunction · 0.85
sys_acl_set_fileFunction · 0.85
sys_acl_delete_def_fileFunction · 0.85
sys_acl_get_fdFunction · 0.85

Calls 5

sys_acl_initFunction · 0.85
sys_acl_free_aclFunction · 0.85
hpux_acl_call_presenceFunction · 0.85
SAFE_FREEFunction · 0.85
aclClass · 0.70

Tested by

no test coverage detected