Home
last modified time | relevance | path

Searched refs:remove_tree (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_dir_util.py8 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
42 remove_tree(self.root_target, verbose=0)
50 remove_tree(self.root_target, verbose=1)
71 remove_tree(self.root_target, verbose=0)
77 remove_tree(self.root_target, verbose=0)
87 remove_tree(self.root_target, verbose=0)
101 remove_tree(self.root_target, verbose=0)
102 remove_tree(self.target2, verbose=0)
119 remove_tree(self.root_target, verbose=0)
120 remove_tree(self.target2, verbose=0)
/external/python/cpython3/Lib/distutils/tests/
Dtest_dir_util.py9 from distutils.dir_util import (mkpath, remove_tree, create_tree, copy_tree,
44 remove_tree(self.root_target, verbose=0)
52 remove_tree(self.root_target, verbose=1)
73 remove_tree(self.root_target, verbose=0)
79 remove_tree(self.root_target, verbose=0)
88 remove_tree(self.root_target, verbose=0)
99 remove_tree(self.root_target, verbose=0)
100 remove_tree(self.target2, verbose=0)
114 remove_tree(self.root_target, verbose=0)
115 remove_tree(self.target2, verbose=0)
/external/python/cpython3/Lib/distutils/command/
Dclean.py9 from distutils.dir_util import remove_tree
53 remove_tree(self.build_temp, dry_run=self.dry_run)
64 remove_tree(directory, dry_run=self.dry_run)
Dbdist_dumb.py10 from distutils.dir_util import remove_tree, ensure_relative
123 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Dbdist_wininst.py9 from distutils.dir_util import create_tree, remove_tree
191 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Dinstall_egg_info.py35 dir_util.remove_tree(target, dry_run=self.dry_run)
Dbdist_msi.py11 from distutils.dir_util import remove_tree
267 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Dsdist.py489 dir_util.remove_tree(base_dir, dry_run=self.dry_run)
/external/python/cpython2/Lib/distutils/command/
Dclean.py11 from distutils.dir_util import remove_tree
55 remove_tree(self.build_temp, dry_run=self.dry_run)
66 remove_tree(directory, dry_run=self.dry_run)
Dbdist_dumb.py15 from distutils.dir_util import remove_tree, ensure_relative
133 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Dbdist_wininst.py15 from distutils.dir_util import remove_tree
201 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Dinstall_egg_info.py35 dir_util.remove_tree(target, dry_run=self.dry_run)
Dbdist_msi.py13 from distutils.dir_util import remove_tree
269 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Dsdist.py471 dir_util.remove_tree(base_dir, dry_run=self.dry_run)
/external/python/setuptools/setuptools/command/
Dinstall_egg_info.py36 dir_util.remove_tree(self.target, dry_run=self.dry_run)
Dbdist_egg.py6 from distutils.dir_util import remove_tree, mkpath
236 remove_tree(self.bdist_dir, dry_run=self.dry_run)
Deasy_install.py906 dir_util.remove_tree(destination, dry_run=self.dry_run)
1054 dir_util.remove_tree(destination, dry_run=self.dry_run)
/external/python/cpython2/Lib/test/
Dtest_modulefinder.py256 distutils.dir_util.remove_tree(TEST_DIR)
/external/e2fsprogs/lib/support/
Dquotaio_tree.c396 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree() function
412 remove_tree(h, dquot, &newblk, depth + 1); in remove_tree()
441 remove_tree(dquot->dq_h, dquot, &tmp, 0); in qtree_delete_dquot()
/external/f2fs-tools/fsck/
Dquotaio_tree.c405 static void remove_tree(struct quota_handle *h, struct dquot *dquot, in remove_tree() function
421 remove_tree(h, dquot, &newblk, depth + 1); in remove_tree()
450 remove_tree(dquot->dq_h, dquot, &tmp, 0); in qtree_delete_dquot()
/external/python/cpython2/Lib/distutils/
Ddir_util.py182 def remove_tree(directory, verbose=1, dry_run=0): function
/external/python/cpython3/Lib/distutils/
Ddir_util.py178 def remove_tree(directory, verbose=1, dry_run=0): function
/external/python/cpython2/Doc/distutils/
Dapiref.rst1008 .. function:: remove_tree(directory[, verbose=0, dry_run=0])
/external/python/cpython3/Doc/distutils/
Dapiref.rst1014 .. function:: remove_tree(directory[, verbose=0, dry_run=0])