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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp159 const char *pszMainModule = pMainModuleElm->getValue(); local
160 if (!pszMainModule || *pszMainModule == '\0')
162 if (!VBoxExtPackIsValidModuleString(pszMainModule))
163 return &(new RTCString("Invalid main module string: "))->append(pszMainModule);
206 a_pExtPackDesc->strMainModule = pszMainModule;

Completed in 59 milliseconds