Searched refs:theHint (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp690 OSString * theHint = OSDynamicCast(OSString, getProperty(kAppleRAIDSetContentHintKey)); local
691 if (theHint) {
692 if (theHint->isEqualTo(kAppleRAIDNoMediaExport)) {
696 contentHint = theHint->getCStringNoCopy();
H A DAppleLVMGroup.cpp1431 const OSString * theHint = lv->getHint();
1433 if (theHint) contentHint = theHint->getCStringNoCopy();

Completed in 169 milliseconds