Searched refs:fExecutableName (Results 1 – 2 of 2) sorted by relevance
343 const OSSymbol * fExecutableName; variable
6309 fExecutableName = NULL; in init()6312 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()6314 if (fExecutableName) { in init()6315 fExecutableName->retain(); in init()6373 OSSafeReleaseNULL(fExecutableName); in free()