Searched refs:dry_run (Results 1 - 25 of 70) sorted by relevance

123

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Darchive_util.py51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
100 if not dry_run:
116 spawn(cmd, dry_run=dry_run)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
148 dry_run
[all...]
H A Dspawn.py17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
27 must be the exact path to the executable. If 'dry_run' is true,
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
66 if not dry_run
[all...]
H A Ddir_util.py19 def mkpath(name, mode=0777, verbose=1, dry_run=0):
70 if not dry_run:
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0):
113 return value is unaffected by 'update' or 'dry_run': it is simply
126 if not dry_run and not os.path.isdir(src):
132 if dry_run
[all...]
H A Dcmd.py96 # XXX A more explicit way to customize dry_run would be better.
98 if attr == 'dry_run':
349 util.execute(func, args, msg, dry_run=self.dry_run)
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
365 dry_run=self.dry_run)
377 dry_run=self.dry_run)
[all...]
H A Dutil.py315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run variable
[all...]
H A Dfile_util.py72 link=None, verbose=1, dry_run=0):
95 have been copied, if 'dry_run' true).
133 if dry_run:
162 def move_file (src, dst, verbose=1, dry_run=0):
178 if dry_run:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Darchive_util.py51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
81 mkpath(os.path.dirname(archive_name), dry_run=dry_run)
100 if not dry_run:
116 spawn(cmd, dry_run=dry_run)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
136 mkpath(os.path.dirname(zip_filename), dry_run=dry_run)
148 dry_run
[all...]
H A Dspawn.py17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
27 must be the exact path to the executable. If 'dry_run' is true,
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
66 if not dry_run
[all...]
H A Ddir_util.py19 def mkpath(name, mode=0777, verbose=1, dry_run=0):
70 if not dry_run:
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
90 'dry_run' flags are as for 'mkpath()'.
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0):
113 return value is unaffected by 'update' or 'dry_run': it is simply
126 if not dry_run and not os.path.isdir(src):
132 if dry_run
[all...]
H A Dcmd.py96 # XXX A more explicit way to customize dry_run would be better.
98 if attr == 'dry_run':
349 util.execute(func, args, msg, dry_run=self.dry_run)
352 dir_util.mkpath(name, mode, dry_run=self.dry_run)
365 dry_run=self.dry_run)
377 dry_run=self.dry_run)
[all...]
H A Dutil.py315 def execute (func, args, msg=None, verbose=0, dry_run=0):
318 are disabled by the 'dry_run' flag. This method takes care of all
330 if not dry_run:
353 verbose=1, dry_run=0,
372 If 'dry_run' is true, doesn't actually do anything that would
410 if not dry_run:
439 verbose=%r, dry_run=0,
450 spawn(cmd, dry_run=dry_run)
452 dry_run variable
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dclean.py55 remove_tree(self.build_temp, dry_run=self.dry_run)
66 remove_tree(directory, dry_run=self.dry_run)
73 if not self.dry_run:
H A Dinstall_egg_info.py35 dir_util.remove_tree(target, dry_run=self.dry_run)
42 if not self.dry_run:
H A Dbuild_scripts.py78 if not self.dry_run:
95 if not self.dry_run:
119 if self.dry_run:
H A Dinstall_lib.py138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
H A Dinstall_scripts.py51 if self.dry_run:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dclean.py55 remove_tree(self.build_temp, dry_run=self.dry_run)
66 remove_tree(directory, dry_run=self.dry_run)
73 if not self.dry_run:
H A Dinstall_egg_info.py35 dir_util.remove_tree(target, dry_run=self.dry_run)
42 if not self.dry_run:
H A Dbuild_scripts.py78 if not self.dry_run:
95 if not self.dry_run:
119 if self.dry_run:
H A Dinstall_lib.py138 dry_run=self.dry_run)
142 verbose=self.verbose, dry_run=self.dry_run)
H A Dinstall_scripts.py51 if self.dry_run:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dsetuptools_build_ext.py69 dry_run=self.dry_run
128 compiler=self.compiler, dry_run=self.dry_run, force=self.force
213 if not self.dry_run:
240 force=True, dry_run=self.dry_run)
244 force=True, dry_run=self.dry_run)
245 if os.path.exists(stub_file) and not self.dry_run
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dsetuptools_build_ext.py69 dry_run=self.dry_run
128 compiler=self.compiler, dry_run=self.dry_run, force=self.force
213 if not self.dry_run:
240 force=True, dry_run=self.dry_run)
244 force=True, dry_run=self.dry_run)
245 if os.path.exists(stub_file) and not self.dry_run
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dshutil.py337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
367 if not dry_run:
389 if not dry_run:
398 def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False):
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
416 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None):
431 if not dry_run:
442 _call_external_zip(base_dir, zip_filename, verbose, dry_run)
448 if not dry_run
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dshutil.py337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
367 if not dry_run:
389 if not dry_run:
398 def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=False):
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
416 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None):
431 if not dry_run:
442 _call_external_zip(base_dir, zip_filename, verbose, dry_run)
448 if not dry_run
[all...]

Completed in 134 milliseconds

123