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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmodload_plugin.h38 // A LoadablePlugin implements itself as a LoadableBundle
40 class LoadablePlugin : public Plugin, public LoadableBundle {
H A Dmodload_plugin.cpp38 LoadablePlugin::LoadablePlugin(const char *path) : LoadableBundle(path)
46 // Loading and unloading devolves directly onto LoadableBundle
51 LoadableBundle::load();
62 LoadableBundle::unload(); */
67 return LoadableBundle::isLoaded();
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dosxcode.h107 class LoadableBundle : public Bundle { class in namespace:Security
109 LoadableBundle(const char *pathname) : Bundle(pathname) { } function in class:Security::LoadableBundle
110 LoadableBundle(CFBundleRef bundle) : Bundle(bundle) { } function in class:Security::LoadableBundle
H A Dosxcode.cpp213 void LoadableBundle::load()
220 void LoadableBundle::unload()
226 bool LoadableBundle::isLoaded() const
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dosxcode.h107 class LoadableBundle : public Bundle { class in namespace:Security
109 LoadableBundle(const char *pathname) : Bundle(pathname) { } function in class:Security::LoadableBundle
110 LoadableBundle(CFBundleRef bundle) : Bundle(bundle) { } function in class:Security::LoadableBundle
H A Dosxcode.cpp213 void LoadableBundle::load()
220 void LoadableBundle::unload()
226 bool LoadableBundle::isLoaded() const
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqparser.cpp40 RefPointer<LoadableBundle> plugin;
56 plugin = new LoadableBundle(cfString(pluginURL).c_str());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqparser.cpp40 RefPointer<LoadableBundle> plugin;
56 plugin = new LoadableBundle(cfString(pluginURL).c_str());
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.h84 class DriverBundle : public LoadableBundle
87 DriverBundle(const char *pathname) : LoadableBundle(pathname) { }
H A DPCSCDriverBundle.cpp74 DriverBundle::DriverBundle(CFBundleRef bundle) : LoadableBundle(bundle)

Completed in 216 milliseconds