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

Function sys_acl_set_fd

lib/sysacls.c:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166#if 0
167int sys_acl_set_fd(int fd, SMB_ACL_T theacl)
168{
169 return acl_set_fd(fd, theacl);
170}
171#endif
172
173int sys_acl_delete_def_file(const char *name)

Callers

nothing calls this directly

Calls 3

acl_sortFunction · 0.85
sys_acl_set_fileFunction · 0.85
SAFE_FREEFunction · 0.85

Tested by

no test coverage detected