Searched refs:acl_dst (Results 1 - 1 of 1) sorted by path

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c1932 acl_t acl_src = NULL, acl_tmp = NULL, acl_dst = NULL; local
1957 if (filesec_get_property(fsec_dst, FILESEC_ACL, &acl_dst))
1960 acl_dst = NULL;
1965 if (acl_src == NULL && acl_dst == NULL)
1997 if (acl_dst) {
2001 for (copied = 0;acl_get_entry(acl_dst,
2090 if (acl_dst) acl_free(acl_dst);

Completed in 263 milliseconds