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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp99 static void * GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict);
1583 OSDictionary * theInfoDict = NULL; // do not release local
1627 theInfoDict = OSDynamicCast(OSDictionary, parsedXML);
1629 if (!theInfoDict) {
1672 if (!setInfoDictionaryAndPath(theInfoDict, kextPath)) {
10536 GetAppleTEXTHashForKext(OSKext * theKext, OSDictionary *theInfoDict) argument
10543 if (theKext == NULL || theInfoDict == NULL) {
10547 textHashDict = OSDynamicCast(OSDictionary, theInfoDict->getObject(kAppleTextHashesKey));

Completed in 41 milliseconds