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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp953 Utf8Str strOutputFile; local
979 if (strOutputFile.length())
982 strOutputFile = ValueUnion.psz;
1099 if (!strOutputFile.length())
1120 if (strOutputFile.startsWith("S3://", RTCString::CaseInsensitive) ||
1121 strOutputFile.startsWith("SunCloud://", RTCString::CaseInsensitive) ||
1122 strOutputFile.startsWith("webdav://", RTCString::CaseInsensitive))
1123 pszAbsFilePath = RTStrDup(strOutputFile.c_str());
1125 pszAbsFilePath = RTPathAbsDup(strOutputFile.c_str());

Completed in 45 milliseconds