Searched refs:fExecutableName (Results 1 – 2 of 2) sorted by relevance
359 const OSSymbol * fExecutableName; variable
6715 fExecutableName = NULL; in init()6718 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()6720 if (fExecutableName) { in init()6721 fExecutableName->retain(); in init()6779 OSSafeReleaseNULL(fExecutableName); in free()