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

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp787 Utf8Str strSrcFormat = i_typeOfVirtualDiskFormatFromURI(di.strFormat); local
793 if (strSrcFormat.isEmpty())
795 strSrcFormat = di.strHref;
803 if (RTPathHasSuffix(strSrcFormat.c_str()))
805 strSrcFormat.stripSuffix();
817 if (RTPathHasSuffix(strSrcFormat.c_str()))
819 const char *pszExt = RTPathSuffix(strSrcFormat.c_str());
828 mf = pSysProps->i_mediumFormat(strSrcFormat);

Completed in 47 milliseconds