Home
last modified time | relevance | path

Searched refs:sExcludeListByID (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp324 static OSSharedPtr<OSDictionary> sExcludeListByID; variable
4926 sExcludeListByID = OSDictionary::withDictionary(myTempDict, 0); in updateExcludeList()
5886 if (!sExcludeListByID) { in isInExcludeList()
5892 versionString = OSDynamicCast(OSString, sExcludeListByID->getObject(bundleID.get())); in isInExcludeList()