Searched defs:strDigest (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UIUpdateManager.cpp | 396 void sltHandleDownloadedExtensionPack(const QString &strSource, const QString &strTarget, QString strDigest) argument 400 UIGlobalSettingsExtension::doInstallation(strTarget, strDigest, windowManager().networkManagerOrMainWindowShown(), NULL);
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsExtension.cpp | 123 void UIGlobalSettingsExtension::doInstallation(QString const &strFilePath, QString const &strDigest, argument 131 if (strDigest.isEmpty()) 135 QString strFileAndHash = QString("%1::SHA-256=%2").arg(strFilePath).arg(strDigest);
|
/vbox/src/VBox/Main/include/ |
H A D | ApplianceImplPrivate.h | 257 Utf8Str strDigest; member in struct:SHASTORAGE
|
/vbox/src/VBox/Main/src-all/ |
H A D | ExtPackManagerImpl.cpp | 96 Utf8Str strDigest; member in struct:ExtPackFile::Data 251 m->strDigest = a_pszDigest; 292 szError, sizeof(szError), &m->hOurManifest, &hXmlFile, &m->strDigest); 1998 Utf8Str strDigest; local 2005 strDigest = aPath.substr(offSha256 + sizeof("::SHA-256=") - 1); 2011 hrc = NewExtPackFile->initWithFile(strTarball.c_str(), strDigest.c_str(), this, m->pVirtualBox); 2565 RTCString const * const pStrTarballDigest = &a_pExtPackFile->m->strDigest;
|
Completed in 78 milliseconds