Searched refs:fExecutableName (Results 1 – 2 of 2) sorted by relevance
345 const OSSymbol * fExecutableName; variable
6438 fExecutableName = NULL; in init()6441 fExecutableName = OSDynamicCast(OSSymbol, driverKext->getBundleExecutable()); in init()6443 if (fExecutableName) { in init()6444 fExecutableName->retain(); in init()6502 OSSafeReleaseNULL(fExecutableName); in free()