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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp150 Utf8Str strOvfFilename; local
262 if (strOvfFilename.isEmpty())
263 strOvfFilename = ValueUnion.psz;
285 if (strOvfFilename.isEmpty())
294 if (strOvfFilename.startsWith("S3://", RTCString::CaseInsensitive) ||
295 strOvfFilename.startsWith("SunCloud://", RTCString::CaseInsensitive) ||
296 strOvfFilename.startsWith("webdav://", RTCString::CaseInsensitive))
297 pszAbsFilePath = RTStrDup(strOvfFilename.c_str());
299 pszAbsFilePath = RTPathAbsDup(strOvfFilename.c_str());

Completed in 45 milliseconds