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

/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Dfilearchiver.py65 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 DVBoxManageGuestCtrl.cpp135 : 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 DVBoxInternalManage.cpp2187 bool fDryRun = false; local
2195 fDryRun = true;
2248 if (fDryRun)
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py292 self.fDryRun = False;
617 if not self.fDryRun:
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp1592 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 60 milliseconds