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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c771 CFStringRef nonsecureKextPath = NULL; // must release local
778 SAFE_RELEASE_NULL(nonsecureKextPath);
783 nonsecureKextPath = copyKextPath(checkKext);
784 if (!nonsecureKextPath) {
789 nonsecureKextPath)) {
792 nonsecureKextPath);
794 nonsecureKextPath, kCFBooleanTrue);
802 SAFE_RELEASE(nonsecureKextPath);

Completed in 134 milliseconds