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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1580 char * bundlePathAddr = NULL; // do not free local
1648 bundlePathAddr = (char *)ml_static_ptovirt(kextFileInfo->bundlePathPhysAddr);
1649 if (!bundlePathAddr) {
1659 bundlePathAddr[kextFileInfo->bundlePathLength-1] = '\0'; // just in case!
1661 kextPath = OSString::withCString(bundlePathAddr);
1667 deviceTreeName->getCStringNoCopy(), bundlePathAddr);

Completed in 92 milliseconds