Lines Matching defs:pszFilename

810     const char *pszFilename;
811 int vrc = fssRdOnlyGetCurrentName(pTarIo, &pszFilename);
816 availableImage = pszFilename;
821 pszFilename, VERR_IS_A_DIRECTORY);
1258 char *pszFilename = RTPathFilename(strTmpOvf.c_str());
1259 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strTmpOvf.c_str());
1269 pszFilename);
1272 tr("Cannot download file '%s' from S3 storage server (File not found)"), pszFilename);
1275 tr("Cannot download file '%s' from S3 storage server (%Rrc)"), pszFilename, vrc);
1651 const char *pszFilename;
1652 vrc = fssRdOnlyGetCurrentName(pTarIo, &pszFilename);
1659 pszFilename, vrc);
1662 OVFfilename = pszFilename;
1663 Utf8Str strMfFile = (Utf8Str(pszFilename)).stripSuffix().append(".mf");
1664 Utf8Str strCertFile = (Utf8Str(pszFilename)).stripSuffix().append(".cert");
1669 vrc = fssRdOnlyGetCurrentName(pTarIo, &pszFilename);
1706 vrc = fssRdOnlyGetCurrentName(pTarIo, &pszFilename);
1711 if (strCertFile.compare(pszFilename) == 0)
1755 vrc = fssRdOnlyGetCurrentName(pTarIo, &pszFilename);
1758 if (strCertFile.compare(pszFilename) == 0)
1895 char *pszFilename = RTPathFilename(strSrcFile.c_str());
1898 pTask->pProgress->SetNextOperation(BstrFmt(tr("Downloading file '%s'"), pszFilename).raw(), s.second);
1900 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strSrcFile.c_str());
1910 pszFilename);
1914 pszFilename);
1918 pszFilename, vrc);
1928 char *pszFilename = RTPathFilename(strManifestFile.c_str());
1930 pTask->pProgress->SetNextOperation(BstrFmt(tr("Downloading file '%s'"), pszFilename).raw(), 1);
1933 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strManifestFile.c_str());
1947 pszFilename);
1951 pszFilename, vrc);