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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp840 const char *pszDstFormat = NULL; local
886 pszDstFormat = ValueUnion.psz;
902 if (!pszDstFormat)
903 pszDstFormat = "VDI";
915 if (!RTStrICmp(pszDstFormat, "VMDK"))
1036 rc = VDCopy(pSrcDisk, VD_LAST_IMAGE, pDstDisk, pszDstFormat,

Completed in 36 milliseconds