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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp839 VDTYPE enmSrcType = VDTYPE_HDD; local
1006 enmSrcType = enmType;
1009 rc = VDCreate(pVDIfs, enmSrcType, &pSrcDisk);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp2060 VDTYPE enmSrcType = VDTYPE_INVALID; local
2119 src.c_str(), &pszFormat, &enmSrcType);
2129 vrc = VDCreate(pVDIfs, enmSrcType, &pSrcDisk);
2148 vrc = VDCreate(pVDIfs, enmSrcType, &pDstDisk);
2234 VDTYPE enmSrcType = VDTYPE_INVALID; local
2237 image.c_str(), &pszFormat, &enmSrcType);

Completed in 54 milliseconds