Searched refs:fDryRun (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/batch/ |
H A D | filearchiver.py | 65 self.fDryRun = oOptions.fDryRun; 115 if not self.fDryRun: 151 if not self.fDryRun: 255 oParser.add_option('-d', '--dry-run', dest = 'fDryRun', action = 'store_true', default = False,
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageGuestCtrl.cpp | 135 : fDryRun(false), 141 bool fDryRun; member in struct:COPYCONTEXT 1530 * @param fDryRun Flag indicating if we want to run a dry run only. 1536 static int ctrlCopyContextCreate(PGCTLCMDCTX pCtx, bool fDryRun, bool fHostToGuest, argument 1548 pContext->fDryRun = fDryRun; 1736 if (pContext->fDryRun) 1913 if (pContext->fDryRun) 2441 bool fDryRun = false; local 2453 fDryRun [all...] |
H A D | VBoxInternalManage.cpp | 2187 bool fDryRun = false; local 2195 fDryRun = true; 2248 if (fDryRun)
|
/vbox/src/VBox/ValidationKit/tests/unittests/ |
H A D | tdUnitTest1.py | 292 self.fDryRun = False; 617 if not self.fDryRun:
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 1592 bool fDryRun = false; local 1615 fDryRun = true; 1642 rc = VDRepair(pVDIfs, NULL, pszFilename, pszFormat, fDryRun ? VD_REPAIR_DRY_RUN : 0); 1657 bool fDryRun = false; local
|
Completed in 1260 milliseconds