Searched refs:rmtree (Results 1 – 25 of 31) sorted by relevance
12
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_shutil.py | 51 shutil.rmtree(d, os.name in ('nt', 'cygwin')) 78 self.assertRaises(OSError, shutil.rmtree, filename) 96 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror) 106 shutil.rmtree(TESTFN) 138 self.assertRaises(OSError, shutil.rmtree, path) 184 shutil.rmtree(path) 227 shutil.rmtree(dst_dir) 237 shutil.rmtree(dst_dir) 262 shutil.rmtree(dst_dir) 264 shutil.rmtree(src_dir) [all …]
|
D | test_filecmp.py | 52 shutil.rmtree(dir, True) 67 shutil.rmtree(self.dir) 68 shutil.rmtree(self.dir_same) 69 shutil.rmtree(self.dir_diff)
|
D | test_bsddb185.py | 37 shutil.rmtree(tmpdir)
|
D | test_pydoc.py | 16 TESTFN, forget, rmtree, EnvironmentVarGuard, reap_children, captured_stdout) 281 rmtree(dir)
|
D | test_compileall.py | 25 shutil.rmtree(self.directory)
|
D | test_import.py | 9 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, 304 rmtree(self.dir_name) 367 rmtree(self.path)
|
D | test_repr.py | 221 shutil.rmtree(self.pkgname, ignore_errors=True) 224 shutil.rmtree(self.subpkgname, ignore_errors=True)
|
D | test_pkgutil.py | 22 shutil.rmtree(self.dirname)
|
D | test_trace.py | 3 from test.test_support import (run_unittest, TESTFN, rmtree, unlink, 282 rmtree(TESTFN)
|
D | test_glob.py | 33 shutil.rmtree(self.tempdir)
|
D | script_helper.py | 98 shutil.rmtree(dirname)
|
D | test_support.py | 188 def rmtree(path): function 190 shutil.rmtree(path) 431 rmtree(name)
|
D | test_tarfile.py | 746 shutil.rmtree(tempdir) 774 shutil.rmtree(tempdir) 873 shutil.rmtree(tempdir) 904 shutil.rmtree(tempdir) 933 shutil.rmtree(tempdir) 1634 shutil.rmtree(TEMPDIR)
|
D | test_sysconfig.py | 87 shutil.rmtree(path)
|
D | test_gettext.py | 81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
|
D | test_zipfile.py | 389 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir')) 408 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir')) 645 shutil.rmtree(TESTFN2) 1215 shutil.rmtree(TESTFN2)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | ReplacePkg.py | 20 from shutil import rmtree 103 rmtree(GlobalData.gUNPACK_DIR)
|
D | TestInstall.py | 94 shutil.rmtree(GlobalData.gUNPACK_DIR)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_sysconfig.py | 28 shutil.rmtree(path)
|
D | test_core.py | 52 shutil.rmtree(path)
|
D | support.py | 66 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | shutil.py | 210 def rmtree(path, ignore_errors=False, onerror=None): function 247 rmtree(fullname, ignore_errors, onerror) 300 rmtree(src)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | shutil.py | 207 def rmtree(path, ignore_errors=False, onerror=None): function 244 rmtree(fullname, ignore_errors, onerror) 296 rmtree(src)
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
D | TestTools.py | 83 shutil.rmtree(dir, False, self.HandleTreeDeleteError)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | test_refactor.py | 218 shutil.rmtree(dir)
|
12