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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMedia.h61 * @defined kIOMediaContentHintKey
65 * The kIOMediaContentHintKey property has an OSString
73 #define kIOMediaContentHintKey "Content Hint" macro
H A DIOAppleLabelScheme.cpp385 object = properties->getObject(kIOMediaContentHintKey);
392 properties->removeObject(kIOMediaContentHintKey);
H A DIOMedia.cpp126 compareProperty(table, kIOMediaContentHintKey ) &&
1136 string = OSDynamicCast(OSString, getProperty(kIOMediaContentHintKey));
1229 setProperty(kIOMediaContentHintKey, contentHint ? contentHint : "");
H A DIOPartitionScheme.cpp726 if ( key->isEqualTo( kIOMediaContentHintKey ) ||
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp289 contentHint = OSDynamicCast( OSString, media->getProperty(kIOMediaContentHintKey) );

Completed in 55 milliseconds