Searched defs:pluginPath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.h282 MP_CHAR pluginPath[MAX_NAME_SIZE]; member in struct:mpPluginInfo
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c134 CFStringRef pluginPath = NULL; local
139 pluginPath = CFStringCreateWithCString (kCFAllocatorDefault, filepath,
141 if (pluginPath == NULL) { err = ENOMEM; }
145 pluginURL = CFURLCreateWithFileSystemPath (kCFAllocatorDefault, pluginPath,
170 if (pluginPath != NULL) { CFRelease (pluginPath); }

Completed in 80 milliseconds