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

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c112 xattr_operation_intent_t copyIntent; member in struct:_copyfile_state
2352 if (s->copyIntent
2353 && xattr_preserve_for_intent(name, s->copyIntent) == 0)
2467 *(xattr_operation_intent_t*)ret = s->copyIntent;
2543 s->copyIntent = *(xattr_operation_intent_t*)thing;
3292 if (s->copyIntent ||
3293 xattr_preserve_for_intent((char*)entry->name, s->copyIntent) == 1) {
3847 if (s->copyIntent &&
3848 xattr_preserve_for_intent(nameptr, s->copyIntent) == 0) {

Completed in 178 milliseconds