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

/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp1365 OSString * kextPath = NULL; // do not release local
1379 kextPath = OSDynamicCast(OSString,
1382 if (!setInfoDictionaryAndPath(anInfoDict, kextPath)) {
1581 OSString * kextPath = NULL; // must release local
1658 kextPath = OSString::withCString(bundlePathAddr);
1659 if (!kextPath) {
1669 if (!setInfoDictionaryAndPath(theInfoDict, kextPath)) {
1716 OSSafeRelease(kextPath);
2853 OSString * kextPath = NULL; // do not release local
2864 kextPath
[all...]

Completed in 26 milliseconds