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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c209 CFURLRef executableURL = NULL; local
238 executableURL = CFBundleCopyExecutableURL (pluginBundle);
239 if (executableURL == NULL) { err = ENOMEM; }
243 if (!CFURLGetFileSystemRepresentation (executableURL,
256 if (executableURL != NULL) { CFRelease (executableURL); }

Completed in 22 milliseconds