Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp14377 OSArray *bundleIDList = NULL; // do not release local
14379 bundleIDList = OSDynamicCast(OSArray, _OSKextGetRequestArgument(
14381 if (!bundleIDList) {
14385 missingIDs = OSDictionary::withCapacity(bundleIDList->getCount());
14391 count = bundleIDList->getCount();
14393 OSString *thisID = OSDynamicCast(OSString, bundleIDList->getObject(i));