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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp123 void UIGlobalSettingsExtension::doInstallation(QString const &strFilePath, QString const &strDigest, argument
132 extPackFile = manager.OpenExtPackFile(strFilePath);
135 QString strFileAndHash = QString("%1::SHA-256=%2").arg(strFilePath).arg(strDigest);
140 msgCenter().cannotOpenExtPack(strFilePath, manager, pParent);
146 msgCenter().warnAboutBadExtPackFile(strFilePath, extPackFile, pParent);
209 msgCenter().cannotInstallExtPack(progress, strFilePath, pParent);
213 msgCenter().cannotInstallExtPack(extPackFile, strFilePath, pParent);
331 QString strFilePath; local
333 strFilePath = fileNames.at(0);
338 if (!strFilePath
[all...]

Completed in 396 milliseconds