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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp2085 Utf8Str strOvfFile = strOvaFile.stripSuffix().append(".ovf"); local
2094 strOvfFile.c_str());
2096 vrc = writeBufferToFile(strOvfFile.c_str(), pvBuf, cbSize, pIfIo, pStorage);
2100 strOvfFile.c_str(), vrc);
2101 fileList.push_back(STRPAIR(strOvfFile, pStorage->strDigest));

Completed in 51 milliseconds