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

/vbox/src/VBox/Storage/
H A DVD.cpp3748 char *pszPluginPath = NULL; local
3773 pszPluginPath = RTPathJoinA(pszPath, pPluginDirEntry->szName);
3774 if (!pszPluginPath)
3780 rc = vdPluginLoadFromFilename(pszPluginPath);
3781 RTStrFree(pszPluginPath);
3868 char *pszPluginPath = NULL; local
3893 pszPluginPath = RTPathJoinA(pszPath, pPluginDirEntry->szName);
3894 if (!pszPluginPath)
3900 rc = vdPluginUnloadFromFilename(pszPluginPath);
3901 RTStrFree(pszPluginPath);
[all...]

Completed in 72 milliseconds