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

/macosx-10.9.5/copyfile-103.92.1/
H A Dxattr_properties.h57 typedef uint64_t CopyOperationProperties_t; typedef
70 #define kCopyOperationPropertyNoExport ((CopyOperationProperties_t)0x0001)
83 #define kCopyOperationPropertyContentDependent ((CopyOperationProperties_t)0x0002)
90 #define kCopyOperationPropertyNeverPreserve ((CopyOperationProperties_t)0x0004)
107 extern char *_xattrNameWithProperties(const char *, CopyOperationProperties_t);
122 extern CopyOperationProperties_t _xattrPropertiesFromName(const char *);
H A Dxattr_properties.c66 CopyOperationProperties_t value;
78 * CopyOperationProperties_t type), and an intent, determine if
88 int (^checker)(CopyOperationProperties_t); member in struct:divineIntent
90 { CopyOperationIntentCopy, ^(CopyOperationProperties_t props) {
95 { CopyOperationIntentSave, ^(CopyOperationProperties_t props) {
100 { CopyOperationIntentShare, ^(CopyOperationProperties_t props) {
146 * CopyOperationProperties_t type.
148 static CopyOperationProperties_t
151 CopyOperationProperties_t retval = 0;
170 * CopyOperationProperties_t valu
[all...]

Completed in 174 milliseconds