Home
last modified time | relevance | path

Searched refs:DRY_RUN (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/cros_utils/
Dfile_utils.py15 DRY_RUN = False variable in FileUtils
19 cls.DRY_RUN = dry_run
23 if cls.DRY_RUN:
/external/openssh/contrib/
Dssh-copy-id167 DRY_RUN=1
276 …[ "$DRY_RUN" ] || printf 'set ssh pka-dsa key %s\nsave\nexit\n' "$KEY" | ssh -T "$@" >/dev/null 2>…
291 [ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | \
298 if [ "$DRY_RUN" ] ; then
/external/toolchain-utils/automation/common/
Dcommand_executer.py22 DRY_RUN = False variable in CommandExecuter
26 self._dry_run = dry_run or self.DRY_RUN
30 cls.DRY_RUN = dry_run
/external/autotest/utils/
Dtest_importer.py47 DRY_RUN = False variable
428 if DRY_RUN:
487 global DRY_RUN
539 DRY_RUN = options.dry_run
540 if DRY_RUN: