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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp2306 Utf8Str strMfFilePath = Utf8Str(pTask->locInfo.strPath).stripSuffix().append(".mf"); local
2307 Utf8Str strMfFileName = Utf8Str(strMfFilePath).stripPath();
2333 vrc = writeBufferToFile(strMfFilePath.c_str(), pvBuf, cbSize, pIfIo, pStorage);
2338 strMfFilePath.c_str(), vrc);

Completed in 44 milliseconds