darling-corefoundation/CFURLConstants.c

168 lines
14 KiB
C

#include <CoreFoundation/CFString.h>
const CFStringRef kCFURLNameKey = CFSTR("NSURLNameKey");
const CFStringRef kCFURLLocalizedNameKey = CFSTR("NSURLLocalizedNameKey");
const CFStringRef kCFURLIsRegularFileKey = CFSTR("NSURLIsRegularFileKey");
const CFStringRef kCFURLIsDirectoryKey = CFSTR("NSURLIsDirectoryKey");
const CFStringRef kCFURLIsSymbolicLinkKey = CFSTR("NSURLIsSymbolicLinkKey");
const CFStringRef kCFURLIsVolumeKey = CFSTR("NSURLIsVolumeKey");
const CFStringRef kCFURLIsPackageKey = CFSTR("NSURLIsPackageKey");
const CFStringRef kCFURLIsSystemImmutableKey = CFSTR("NSURLIsSystemImmutableKey");
const CFStringRef kCFURLIsUserImmutableKey = CFSTR("NSURLIsUserImmutableKey");
const CFStringRef kCFURLIsHiddenKey = CFSTR("NSURLIsHiddenKey");
const CFStringRef kCFURLHasHiddenExtensionKey = CFSTR("NSURLHasHiddenExtensionKey");
const CFStringRef kCFURLCreationDateKey = CFSTR("NSURLCreationDateKey");
const CFStringRef kCFURLContentAccessDateKey = CFSTR("NSURLContentAccessDateKey");
const CFStringRef kCFURLContentModificationDateKey = CFSTR("NSURLContentModificationDateKey");
const CFStringRef kCFURLAttributeModificationDateKey = CFSTR("NSURLAttributeModificationDateKey");
const CFStringRef kCFURLLinkCountKey = CFSTR("NSURLLinkCountKey");
const CFStringRef kCFURLParentDirectoryURLKey = CFSTR("NSURLParentDirectoryURLKey");
const CFStringRef kCFURLVolumeURLKey = CFSTR("NSURLVolumeURLKey");
const CFStringRef kCFURLTypeIdentifierKey = CFSTR("NSURLTypeIdentifierKey");
const CFStringRef kCFURLLocalizedTypeDescriptionKey = CFSTR("NSURLLocalizedTypeDescriptionKey");
const CFStringRef kCFURLLabelNumberKey = CFSTR("NSURLLabelNumberKey");
const CFStringRef kCFURLLabelColorKey = CFSTR("kCFURLLabelColorKey");
const CFStringRef kCFURLLocalizedLabelKey = CFSTR("NSURLLocalizedLabelKey");
const CFStringRef kCFURLEffectiveIconKey = CFSTR("kCFURLEffectiveIconKey");
const CFStringRef kCFURLCustomIconKey = CFSTR("kCFURLCustomIconKey");
const CFStringRef kCFURLFileResourceIdentifierKey = CFSTR("NSURLFileResourceIdentifierKey");
const CFStringRef kCFURLVolumeIdentifierKey = CFSTR("NSURLVolumeIdentifierKey");
const CFStringRef kCFURLPreferredIOBlockSizeKey = CFSTR("NSURLPreferredIOBlockSizeKey");
const CFStringRef kCFURLIsReadableKey = CFSTR("NSURLIsReadableKey");
const CFStringRef kCFURLIsWritableKey = CFSTR("NSURLIsWritableKey");
const CFStringRef kCFURLIsExecutableKey = CFSTR("NSURLIsExecutableKey");
const CFStringRef kCFURLFileSecurityKey = CFSTR("NSURLFileSecurityKey");
const CFStringRef kCFURLIsExcludedFromBackupKey = CFSTR("NSURLIsExcludedFromBackupKey");
const CFStringRef kCFURLPathKey = CFSTR("_NSURLPathKey");
const CFStringRef kCFURLIsMountTriggerKey = CFSTR("NSURLIsMountTriggerKey");
const CFStringRef kCFURLFileResourceTypeKey = CFSTR("NSURLFileResourceTypeKey");
const CFStringRef kCFURLFileResourceTypeNamedPipe = CFSTR("NSURLFileResourceTypeNamedPipe");
const CFStringRef kCFURLFileResourceTypeCharacterSpecial = CFSTR("NSURLFileResourceTypeCharacterSpecial");
const CFStringRef kCFURLFileResourceTypeDirectory = CFSTR("NSURLFileResourceTypeDirectory");
const CFStringRef kCFURLFileResourceTypeBlockSpecial = CFSTR("NSURLFileResourceTypeBlockSpecial");
const CFStringRef kCFURLFileResourceTypeRegular = CFSTR("NSURLFileResourceTypeRegular");
const CFStringRef kCFURLFileResourceTypeSymbolicLink = CFSTR("NSURLFileResourceTypeSymbolicLink");
const CFStringRef kCFURLFileResourceTypeSocket = CFSTR("NSURLFileResourceTypeSocket");
const CFStringRef kCFURLFileResourceTypeUnknown = CFSTR("NSURLFileResourceTypeUnknown");
const CFStringRef kCFURLFileSizeKey = CFSTR("NSURLFileSizeKey");
const CFStringRef kCFURLFileAllocatedSizeKey = CFSTR("NSURLFileAllocatedSizeKey");
const CFStringRef kCFURLTotalFileSizeKey = CFSTR("NSURLTotalFileSizeKey");
const CFStringRef kCFURLTotalFileAllocatedSizeKey = CFSTR("NSURLTotalFileAllocatedSizeKey");
const CFStringRef kCFURLIsAliasFileKey = CFSTR("NSURLIsAliasFileKey");
const CFStringRef kCFURLVolumeLocalizedFormatDescriptionKey = CFSTR("NSURLVolumeLocalizedFormatDescriptionKey");
const CFStringRef kCFURLVolumeTotalCapacityKey = CFSTR("NSURLVolumeTotalCapacityKey");
const CFStringRef kCFURLVolumeAvailableCapacityKey = CFSTR("NSURLVolumeAvailableCapacityKey");
const CFStringRef kCFURLVolumeAvailableCapacityForImportantUsageKey = CFSTR("NSURLVolumeAvailableCapacityForImportantUsageKey");
const CFStringRef kCFURLVolumeResourceCountKey = CFSTR("NSURLVolumeResourceCountKey");
const CFStringRef kCFURLVolumeSupportsPersistentIDsKey = CFSTR("NSURLVolumeSupportsPersistentIDsKey");
const CFStringRef kCFURLVolumeSupportsSymbolicLinksKey = CFSTR("NSURLVolumeSupportsSymbolicLinksKey");
const CFStringRef kCFURLVolumeSupportsHardLinksKey = CFSTR("NSURLVolumeSupportsHardLinksKey");
const CFStringRef kCFURLVolumeSupportsJournalingKey = CFSTR("NSURLVolumeSupportsJournalingKey");
const CFStringRef kCFURLVolumeIsJournalingKey = CFSTR("NSURLVolumeIsJournalingKey");
const CFStringRef kCFURLVolumeSupportsSparseFilesKey = CFSTR("NSURLVolumeSupportsSparseFilesKey");
const CFStringRef kCFURLVolumeSupportsZeroRunsKey = CFSTR("NSURLVolumeSupportsZeroRunsKey");
const CFStringRef kCFURLVolumeSupportsCaseSensitiveNamesKey = CFSTR("NSURLVolumeSupportsCaseSensitiveNamesKey");
const CFStringRef kCFURLVolumeSupportsCasePreservedNamesKey = CFSTR("NSURLVolumeSupportsCasePreservedNamesKey");
const CFStringRef kCFURLVolumeSupportsRootDirectoryDatesKey = CFSTR("NSURLVolumeSupportsRootDirectoryDatesKey");
const CFStringRef kCFURLVolumeSupportsVolumeSizesKey = CFSTR("NSURLVolumeSupportsVolumeSizesKey");
const CFStringRef kCFURLVolumeSupportsRenamingKey = CFSTR("NSURLVolumeSupportsRenamingKey");
const CFStringRef kCFURLVolumeSupportsAdvisoryFileLockingKey = CFSTR("NSURLVolumeSupportsAdvisoryFileLockingKey");
const CFStringRef kCFURLVolumeSupportsExtendedSecurityKey = CFSTR("NSURLVolumeSupportsExtendedSecurityKey");
const CFStringRef kCFURLVolumeIsBrowsableKey = CFSTR("NSURLVolumeIsBrowsableKey");
const CFStringRef kCFURLVolumeMaximumFileSizeKey = CFSTR("NSURLVolumeMaximumFileSizeKey");
const CFStringRef kCFURLVolumeIsEjectableKey = CFSTR("NSURLVolumeIsEjectableKey");
const CFStringRef kCFURLVolumeIsRemovableKey = CFSTR("NSURLVolumeIsRemovableKey");
const CFStringRef kCFURLVolumeIsInternalKey = CFSTR("NSURLVolumeIsInternalKey");
const CFStringRef kCFURLVolumeIsAutomountedKey = CFSTR("NSURLVolumeIsAutomountedKey");
const CFStringRef kCFURLVolumeIsLocalKey = CFSTR("NSURLVolumeIsLocalKey");
const CFStringRef kCFURLVolumeIsReadOnlyKey = CFSTR("NSURLVolumeIsReadOnlyKey");
const CFStringRef kCFURLVolumeCreationDateKey = CFSTR("NSURLVolumeCreationDateKey");
const CFStringRef kCFURLVolumeURLForRemountingKey = CFSTR("NSURLVolumeURLForRemountingKey");
const CFStringRef kCFURLVolumeUUIDStringKey = CFSTR("NSURLVolumeUUIDStringKey");
const CFStringRef kCFURLVolumeNameKey = CFSTR("NSURLVolumeNameKey");
const CFStringRef kCFURLVolumeLocalizedNameKey = CFSTR("NSURLVolumeLocalizedNameKey");
const CFStringRef kCFURLIsUbiquitousItemKey = CFSTR("NSURLIsUbiquitousItemKey");
const CFStringRef kCFURLUbiquitousItemHasUnresolvedConflictsKey = CFSTR("NSURLUbiquitousItemHasUnresolvedConflictsKey");
const CFStringRef kCFURLUbiquitousItemIsDownloadedKey = CFSTR("NSURLUbiquitousItemIsDownloadedKey");
const CFStringRef kCFURLUbiquitousItemIsDownloadingKey = CFSTR("NSURLUbiquitousItemIsDownloadingKey");
const CFStringRef kCFURLUbiquitousItemIsUploadedKey = CFSTR("NSURLUbiquitousItemIsUploadedKey");
const CFStringRef kCFURLUbiquitousItemIsUploadingKey = CFSTR("NSURLUbiquitousItemIsUploadingKey");
const CFStringRef kCFURLUbiquitousItemPercentDownloadedKey = CFSTR("NSURLUbiquitousItemPercentDownloadedKey");
const CFStringRef kCFURLUbiquitousItemPercentUploadedKey = CFSTR("NSURLUbiquitousItemPercentUploadedKey");
const CFStringRef kCFURLUbiquitousItemDownloadingStatusKey = CFSTR("NSURLUbiquitousItemDownloadingStatusKey");
const CFStringRef kCFURLUbiquitousItemDownloadingErrorKey = CFSTR("NSURLUbiquitousItemDownloadingErrorKey");
const CFStringRef kCFURLUbiquitousItemUploadingErrorKey = CFSTR("NSURLUbiquitousItemUploadingErrorKey");
const CFStringRef kCFURLUbiquitousItemDownloadingStatusNotDownloaded = CFSTR("NSURLUbiquitousItemDownloadingStatusNotDownloaded");
const CFStringRef kCFURLUbiquitousItemDownloadingStatusDownloaded = CFSTR("NSURLUbiquitousItemDownloadingStatusDownloaded");
const CFStringRef kCFURLUbiquitousItemDownloadingStatusCurrent = CFSTR("NSURLUbiquitousItemDownloadingStatusCurrent");
const CFStringRef _kCFURLAccessControlListKey = CFSTR("_NSURLAccessControlListKey");
const CFStringRef _kCFURLApplicationCategoriesKey = CFSTR("_NSURLApplicationCategoriesKey");
const CFStringRef _kCFURLApplicationHighResolutionModeIsMagnifiedKey = CFSTR("_NSURLApplicationHighResolutionModeIsMagnifiedKey");
const CFStringRef _kCFURLApplicationNapIsDisabledKey = CFSTR("_NSURLApplicationNapIsDisabledKey");
const CFStringRef _kCFURLBundleIdentifierKey = CFSTR("_NSURLBundleIdentifierKey");
const CFStringRef _kCFURLCanSetApplicationHighResolutionModeIsMagnifiedKey = CFSTR("_NSURLCanSetApplicationHighResolutionModeIsMagnifiedKey");
const CFStringRef _kCFURLCanSetApplicationNapIsDisabledKey = CFSTR("_NSURLCanSetApplicationNapIsDisabledKey");
const CFStringRef _kCFURLCanSetHiddenExtensionKey = CFSTR("_NSURLCanSetHiddenExtensionKey");
const CFStringRef _kCFURLCompleteMountURLKey = CFSTR("NSURLVolumeURLForRemountingKey");
const CFStringRef _kCFURLCustomIconImageDataKey = CFSTR("_NSURLCustomIconImageDataKey");
const CFStringRef _kCFURLDiskImageBackingURLKey = CFSTR("_NSURLDiskImageBackingURLKey");
const CFStringRef _kCFURLDistinctLocalizedNameKey = CFSTR("_NSURLDistinctLocalizedNameKey");
const CFStringRef _kCFURLEffectiveIconFlattenedReferenceDataKey = CFSTR("_NSURLEffectiveIconFlattenedReferenceDataKey");
const CFStringRef _kCFURLEffectiveIconImageDataKey = CFSTR("_NSURLEffectiveIconImageDataKey");
const CFStringRef _kCFURLFileAllocatedSizeOfResourceForkKey = CFSTR("_NSURLFileAllocatedSizeOfResourceForkKey");
const CFStringRef _kCFURLFileIDKey = CFSTR("_NSURLFileIDKey");
const CFStringRef _kCFURLFilePathKey = CFSTR("_NSURLFilePathKey");
const CFStringRef _kCFURLFileSecurityKey = CFSTR("NSURLFileSecurityKey");
const CFStringRef _kCFURLFileSizeOfResourceForkKey = CFSTR("_NSURLFileSizeOfResourceForkKey");
const CFStringRef _kCFURLFinderInfoKey = CFSTR("_NSURLFinderInfoKey");
const CFStringRef _kCFURLGroupIDKey = CFSTR("_NSURLGroupIDKey");
const CFStringRef _kCFURLInodeNumberKey = CFSTR("_NSURLInodeNumberKey");
const CFStringRef _kCFURLIsApplicationKey = CFSTR("_NSURLIsApplicationKey");
const CFStringRef _kCFURLIsCompressedKey = CFSTR("_NSURLIsCompressedKey");
const CFStringRef _kCFURLIsExecutableKey = CFSTR("NSURLIsExecutableKey");
const CFStringRef _kCFURLIsReadableKey = CFSTR("NSURLIsReadableKey");
const CFStringRef _kCFURLIsWriteableKey = CFSTR("NSURLIsWritableKey");
const CFStringRef _kCFURLLocalizedNameDictionaryKey = CFSTR("_NSURLLocalizedNameDictionaryKey");
const CFStringRef _kCFURLLocalizedTypeDescriptionDictionaryKey = CFSTR("_NSURLLocalizedTypeDescriptionDictionaryKey");
const CFStringRef _kCFURLNameExtensionKey = CFSTR("_NSURLNameExtensionKey");
const CFStringRef _kCFURLOwnerIDKey = CFSTR("_NSURLOwnerIDKey");
const CFStringRef _kCFURLParentDirectoryIDKey = CFSTR("_NSURLParentDirectoryIDKey");
const CFStringRef _kCFURLParentDirectoryIsVolumeRootKey = CFSTR("_NSURLParentDirectoryIsVolumeRootKey");
const CFStringRef _kCFURLPathKey = CFSTR("_NSURLPathKey");
const CFStringRef _kCFURLResolvedFromBookmarkDataKey = CFSTR("_NSURLResolvedFromBookmarkDataKey");
const CFStringRef _kCFURLShortVersionStringKey = CFSTR("_NSURLShortVersionStringKey");
const CFStringRef _kCFURLStatModeKey = CFSTR("_NSURLStatModeKey");
const CFStringRef _kCFURLUbiquitousItemDownloadRequestedKey = CFSTR("_NSURLUbiquitousItemDownloadRequestedKey");
const CFStringRef _kCFURLUserCanExecuteKey = CFSTR("_NSURLUserCanExecuteKey");
const CFStringRef _kCFURLUserCanReadKey = CFSTR("_NSURLUserCanReadKey");
const CFStringRef _kCFURLUserCanWriteKey = CFSTR("_NSURLUserCanWriteKey");
const CFStringRef _kCFURLVersionKey = CFSTR("_NSURLVersionKey");
const CFStringRef _kCFURLVolumeCreationDateKey = CFSTR("NSURLVolumeCreationDateKey");
const CFStringRef _kCFURLVolumeDontBrowseKey = CFSTR("_NSURLVolumeDontBrowseKey");
const CFStringRef _kCFURLVolumeIDKey = CFSTR("_NSURLVolumeIDKey");
const CFStringRef _kCFURLVolumeIOMediaIconBundleIdentifierKey = CFSTR("_NSURLVolumeIOMediaIconBundleIdentifierKey");
const CFStringRef _kCFURLVolumeIOMediaIconFamilyNameKey = CFSTR("_NSURLVolumeIOMediaIconFamilyNameKey");
const CFStringRef _kCFURLVolumeIsAutomountKey = CFSTR("NSURLVolumeIsAutomountedKey");
const CFStringRef _kCFURLVolumeIsCDKey = CFSTR("_NSURLVolumeIsCDKey");
const CFStringRef _kCFURLVolumeIsDVDKey = CFSTR("_NSURLVolumeIsDVDKey");
const CFStringRef _kCFURLVolumeIsDeviceFileSystemKey = CFSTR("_NSURLVolumeIsDeviceFileSystemKey");
const CFStringRef _kCFURLVolumeIsDiskImageKey = CFSTR("_NSURLVolumeIsDiskImageKey");
const CFStringRef _kCFURLVolumeIsEjectableKey = CFSTR("NSURLVolumeIsEjectableKey");
const CFStringRef _kCFURLVolumeIsExternalKey = CFSTR("_NSURLVolumeIsExternalKey");
const CFStringRef _kCFURLVolumeIsFileVaultKey = CFSTR("_NSURLVolumeIsFileVaultKey");
const CFStringRef _kCFURLVolumeIsHFSStandardKey = CFSTR("_NSURLVolumeIsHFSStandardKey");
const CFStringRef _kCFURLVolumeIsInternalKey = CFSTR("_NSURLVolumeIsInternalKey");
const CFStringRef _kCFURLVolumeIsLocalKey = CFSTR("NSURLVolumeIsLocalKey");
const CFStringRef _kCFURLVolumeIsLocaliDiskMirrorKey = CFSTR("_NSURLVolumeIsLocaliDiskMirrorKey");
const CFStringRef _kCFURLVolumeIsQuarantinedKey = CFSTR("_NSURLVolumeIsQuarantinedKey");
const CFStringRef _kCFURLVolumeIsReadOnlyKey = CFSTR("NSURLVolumeIsReadOnlyKey");
const CFStringRef _kCFURLVolumeIsRemovableKey = CFSTR("NSURLVolumeIsRemovableKey");
const CFStringRef _kCFURLVolumeIsiDiskKey = CFSTR("_NSURLVolumeIsiDiskKey");
const CFStringRef _kCFURLVolumeIsiPodKey = CFSTR("_NSURLVolumeIsiPodKey");
const CFStringRef _kCFURLVolumeMountPointStringKey = CFSTR("_NSURLVolumeMountPointStringKey");
const CFStringRef _kCFURLVolumeRefNumKey = CFSTR("_NSURLVolumeRefNumKey");
const CFStringRef _kCFURLVolumeUUIDStringKey = CFSTR("NSURLVolumeUUIDStringKey");
const CFStringRef _kCFURLVolumeiDiskUserNameKey = CFSTR("_NSURLVolumeiDiskUserNameKey");
const CFStringRef _kCFURLWriterBundleIdentifierKey = CFSTR("_NSURLWriterBundleIdentifierKey");