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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3511 OSDictionary * myTempDict; // do not free local
3513 myTempDict = OSDynamicCast(
3516 if ( myTempDict ) {
3524 sExcludeListByID = OSDictionary::withDictionary(myTempDict, 0);
3560 OSDictionary * myTempDict; // do not free local
3561 myTempDict = OSDynamicCast(OSDictionary,
3563 if ( myTempDict ) {
3571 sExcludeListByID = OSDictionary::withDictionary(myTempDict, 0);

Completed in 187 milliseconds