Searched refs:temp_acl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c3795 acl_t temp_acl = NULL; local
3796 if (filesec_get_property(s->fsec, FILESEC_ACL, &temp_acl) < 0)
3805 if (temp_acl)
3806 acl_free(temp_acl);

Completed in 82 milliseconds