Searched refs:VDCreateBase (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Storage/testcase/ |
H A D | tstVDShareable.cpp | 96 rc = VDCreateBase(pVD, pszBackend, pszFilename, cbSize, 99 CHECK("VDCreateBase()");
|
H A D | tstVDSnap.cpp | 307 rc = VDCreateBase(pVD, pTest->pcszBackend, pTest->pcszBaseImage, cbDisk, 311 CHECK("VDCreateBase()");
|
H A D | vditool.cpp | 112 rc = VDCreateBase(hdd, "vdi", pszUtf8Filename,
|
H A D | tstVD.cpp | 94 rc = VDCreateBase(pVD, pszBackend, pszFilename, cbSize, 97 CHECK("VDCreateBase()"); 559 rc = VDCreateBase(pVD, pszBackend, pszBaseFilename, u64DiskSize, 563 CHECK("VDCreateBase()"); 666 rc = VDCreateBase(pVD, pszBackend, pszFilename, u64DiskSize, 670 CHECK("VDCreateBase()");
|
H A D | vbox-img.cpp | 1573 rc = VDCreateBase(pDisk, pszBackend, pszFilename, cbSize, uImageFlags,
|
H A D | tstVDIo.cpp | 602 rc = VDCreateBase(pDisk->pVD, pcszBackend, pcszImage, cbSize, fImageFlags, NULL,
|
/vbox/include/VBox/ |
H A D | vd.h | 682 VBOXDDU_DECL(int) VDCreateBase(PVBOXHDD pDisk, const char *pszBackend,
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageDisk.cpp | 1041 rc = VDCreateBase(pDisk, format, dstfilename, cbFile,
|
H A D | VBoxInternalManage.cpp | 1779 vrc = VDCreateBase(pDisk, "VMDK", filename.c_str(), cbSize,
|
/vbox/src/VBox/Storage/ |
H A D | VD.cpp | 6837 VBOXDDU_DECL(int) VDCreateBase(PVBOXHDD pDisk, const char *pszBackend, function 8188 /** @todo replace the VDCreateDiff/VDCreateBase calls by direct 8211 rc = VDCreateBase(pDiskTo, pszBackend, pszFilename, cbSize,
|
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 6784 * VDCreateBase/VDCreateDiff as a wanted UUID). Note that we 7406 vrc = VDCreateBase(hdd,
|
Completed in 1179 milliseconds