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