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

/vbox/src/VBox/Main/include/
H A DSystemPropertiesImpl.h56 int i_unloadVDPlugin(const char *pszPluginLibrary);
H A DVirtualBoxImpl.h131 int i_unloadVDPlugin(const char *pszPluginLibrary);
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1122 int SystemProperties::i_unloadVDPlugin(const char *pszPluginLibrary) function in class:SystemProperties
H A DVirtualBoxImpl.cpp2693 int VirtualBox::i_unloadVDPlugin(const char *pszPluginLibrary) function in class:VirtualBox
2695 return m->pSystemProperties->i_unloadVDPlugin(pszPluginLibrary);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1609 return pVBox->i_unloadVDPlugin(pszPluginLibrary);

Completed in 69 milliseconds