Searched refs:VDCreateBase (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDShareable.cpp96 rc = VDCreateBase(pVD, pszBackend, pszFilename, cbSize,
99 CHECK("VDCreateBase()");
H A DtstVDSnap.cpp307 rc = VDCreateBase(pVD, pTest->pcszBackend, pTest->pcszBaseImage, cbDisk,
311 CHECK("VDCreateBase()");
H A Dvditool.cpp112 rc = VDCreateBase(hdd, "vdi", pszUtf8Filename,
H A DtstVD.cpp94 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 Dvbox-img.cpp1573 rc = VDCreateBase(pDisk, pszBackend, pszFilename, cbSize, uImageFlags,
H A DtstVDIo.cpp602 rc = VDCreateBase(pDisk->pVD, pcszBackend, pcszImage, cbSize, fImageFlags, NULL,
/vbox/include/VBox/
H A Dvd.h682 VBOXDDU_DECL(int) VDCreateBase(PVBOXHDD pDisk, const char *pszBackend,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1041 rc = VDCreateBase(pDisk, format, dstfilename, cbFile,
H A DVBoxInternalManage.cpp1779 vrc = VDCreateBase(pDisk, "VMDK", filename.c_str(), cbSize,
/vbox/src/VBox/Storage/
H A DVD.cpp6837 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 DMediumImpl.cpp6784 * VDCreateBase/VDCreateDiff as a wanted UUID). Note that we
7406 vrc = VDCreateBase(hdd,

Completed in 1179 milliseconds