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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1227 Utf8Str strTmpOvf; local
1244 strTmpOvf = Utf8StrFmt("%s/%s", pszTmpDir, RTPathFilename(tmpPath.c_str()));
1258 char *pszFilename = RTPathFilename(strTmpOvf.c_str());
1259 vrc = RTS3GetKey(hS3, bucket.c_str(), pszFilename, strTmpOvf.c_str());
1287 li.strPath = strTmpOvf;
1309 if (RTPathExists(strTmpOvf.c_str()))
1311 vrc = RTFileDelete(strTmpOvf.c_str());
1314 tr("Cannot delete file '%s' (%Rrc)"), strTmpOvf.c_str(), vrc);
1924 Utf8StrFmt strTmpOvf("%s/%s", pszTmpDir, RTPathFilename(tmpPath.c_str()));
1926 Utf8Str strManifestFile; //= queryManifestFileName(strTmpOvf);
[all...]

Completed in 87 milliseconds