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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1533 Utf8Str strCertFile = Utf8Str(pTask->locInfo.strPath).stripSuffix().append(".cert"); local
1534 if (RTFileExists(strCertFile.c_str()))
1536 rc = i_readFileToBuf(strCertFile, &pvCertBuf, &cbCertFile, false, pShaIo, &storage);
1664 Utf8Str strCertFile = (Utf8Str(pszFilename)).stripSuffix().append(".cert"); local
1711 if (strCertFile.compare(pszFilename) == 0)
1713 rc = i_readTarFileToBuf(pTarIo, strCertFile, &pvCertBuf, &cbCertFile, false, pCallbacks, pStorage);
1758 if (strCertFile.compare(pszFilename) == 0)
1760 rc = i_readTarFileToBuf(pTarIo, strCertFile, &pvCertBuf, &cbCertFile, false, pCallbacks, pStorage);

Completed in 57 milliseconds