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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1573 char * bundlePathAddr = NULL; // do not free local
1641 bundlePathAddr = (char *)ml_static_ptovirt(kextFileInfo->bundlePathPhysAddr);
1642 if (!bundlePathAddr) {
1652 bundlePathAddr[kextFileInfo->bundlePathLength-1] = '\0'; // just in case!
1654 kextPath = OSString::withCString(bundlePathAddr);
1660 deviceTreeName->getCStringNoCopy(), bundlePathAddr);

Completed in 117 milliseconds