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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp293 char *pszAbsFilePath; local
297 pszAbsFilePath = RTStrDup(strOvfFilename.c_str());
299 pszAbsFilePath = RTPathAbsDup(strOvfFilename.c_str());
301 CHECK_ERROR_BREAK(pAppliance, Read(Bstr(pszAbsFilePath).raw(),
303 RTStrFree(pszAbsFilePath);
1119 char *pszAbsFilePath = 0; local
1123 pszAbsFilePath = RTStrDup(strOutputFile.c_str());
1125 pszAbsFilePath = RTPathAbsDup(strOutputFile.c_str());
1135 CHECK_ERROR_BREAK(pMachine, ExportTo(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam()));
1222 RTStrFree(pszAbsFilePath);
[all...]

Completed in 75 milliseconds