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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp122 Utf8Str strMainModPath; member in struct:ExtPack::Data
708 m->strMainModPath.setNull();
1130 if (m->strMainModPath.isNotEmpty())
1131 vrc = RTPathQueryInfoEx(m->strMainModPath.c_str(), &ObjInfoMainMod, RTFSOBJATTRADD_UNIX, RTPATH_F_ON_LINK);
1132 if (m->strMainModPath.isEmpty() || RT_FAILURE(vrc))
1237 &m->strMainModPath, &fIsNative, &m->ObjInfoMainMod))
1243 vrc = SUPR3HardenedVerifyPlugIn(m->strMainModPath.c_str(), &ErrInfo.Core);
1252 vrc = SUPR3HardenedLdrLoadPlugIn(m->strMainModPath.c_str(), &m->hMainMod, &ErrInfo.Core);
1257 m->strMainModPath.c_str(), vrc, ErrInfo.Core.pszMsg);

Completed in 53 milliseconds