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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c208 CFBundleRef pluginBundle = NULL; local
233 pluginBundle = CFBundleCreate (kCFAllocatorDefault, pluginURL);
234 if (pluginBundle == NULL) { err = ENOENT; } /* XXX need better error */
238 executableURL = CFBundleCopyExecutableURL (pluginBundle);
257 if (pluginBundle != NULL) { CFRelease (pluginBundle); }

Completed in 15 milliseconds