Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
SMB_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
84
SMB_ACL_T sys_acl_get_fd(int fd)
Callers
5
get_rsync_acl
Function · 0.85
default_perms_for_dir
Function · 0.85
sys_acl_set_file
Function · 0.85
sys_acl_delete_def_file
Function · 0.85
sys_acl_get_fd
Function · 0.85
Calls
5
sys_acl_init
Function · 0.85
sys_acl_free_acl
Function · 0.85
hpux_acl_call_presence
Function · 0.85
SAFE_FREE
Function · 0.85
acl
Class · 0.70
Tested by
no test coverage detected