Searched refs:VD_REPAIR_DRY_RUN (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/
H A Dvd.h113 #define VD_REPAIR_DRY_RUN RT_BIT_32(0) macro
116 #define VD_REPAIR_FLAGS_MASK (VD_REPAIR_DRY_RUN)
/vbox/src/VBox/Storage/
H A DVHD.cpp2885 VDOpenFlagsToFileOpenFlags( fFlags & VD_REPAIR_DRY_RUN
3112 else if (!(fFlags & VD_REPAIR_DRY_RUN))
H A DVDI.cpp3021 VDOpenFlagsToFileOpenFlags( fFlags & VD_REPAIR_DRY_RUN
3173 else if (!(fFlags & VD_REPAIR_DRY_RUN))
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp1642 rc = VDRepair(pVDIfs, NULL, pszFilename, pszFormat, fDryRun ? VD_REPAIR_DRY_RUN : 0);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp2249 fFlags |= VD_REPAIR_DRY_RUN;

Completed in 58 milliseconds