Searched refs:VDCreateDiff (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp340 rc = VDCreateDiff(pVD, pTest->pcszBackend, pszDiffFilename,
343 CHECK_BREAK("VDCreateDiff()");
H A DtstVD.cpp583 rc = VDCreateDiff(pVD, pszBackend, pszDiffFilename,
586 CHECK("VDCreateDiff()");
H A DtstVDIo.cpp606 rc = VDCreateDiff(pDisk->pVD, pcszBackend, pcszImage, fImageFlags, NULL, NULL, NULL,
/vbox/include/VBox/
H A Dvd.h707 VBOXDDU_DECL(int) VDCreateDiff(PVBOXHDD pDisk, const char *pszBackend,
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp6784 * VDCreateBase/VDCreateDiff as a wanted UUID). Note that we
7596 vrc = VDCreateDiff(hdd,
8490 vrc = VDCreateDiff(hdd,
/vbox/src/VBox/Storage/
H A DVD.cpp7119 VBOXDDU_DECL(int) VDCreateDiff(PVBOXHDD pDisk, const char *pszBackend, function
8188 /** @todo replace the VDCreateDiff/VDCreateBase calls by direct
8193 rc = VDCreateDiff(pDiskTo, pszBackend, pszFilename,

Completed in 1856 milliseconds