Home
last modified time | relevance | path

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/
Dtest_shutil.py51 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 …]
Dtest_filecmp.py52 shutil.rmtree(dir, True)
67 shutil.rmtree(self.dir)
68 shutil.rmtree(self.dir_same)
69 shutil.rmtree(self.dir_diff)
Dtest_bsddb185.py37 shutil.rmtree(tmpdir)
Dtest_pydoc.py16 TESTFN, forget, rmtree, EnvironmentVarGuard, reap_children, captured_stdout)
281 rmtree(dir)
Dtest_compileall.py25 shutil.rmtree(self.directory)
Dtest_import.py9 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree,
304 rmtree(self.dir_name)
367 rmtree(self.path)
Dtest_repr.py221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
Dtest_pkgutil.py22 shutil.rmtree(self.dirname)
Dtest_trace.py3 from test.test_support import (run_unittest, TESTFN, rmtree, unlink,
282 rmtree(TESTFN)
Dtest_glob.py33 shutil.rmtree(self.tempdir)
Dscript_helper.py98 shutil.rmtree(dirname)
Dtest_support.py188 def rmtree(path): function
190 shutil.rmtree(path)
431 rmtree(name)
Dtest_tarfile.py746 shutil.rmtree(tempdir)
774 shutil.rmtree(tempdir)
873 shutil.rmtree(tempdir)
904 shutil.rmtree(tempdir)
933 shutil.rmtree(tempdir)
1634 shutil.rmtree(TEMPDIR)
Dtest_sysconfig.py87 shutil.rmtree(path)
Dtest_gettext.py81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
Dtest_zipfile.py389 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/
DReplacePkg.py20 from shutil import rmtree
103 rmtree(GlobalData.gUNPACK_DIR)
DTestInstall.py94 shutil.rmtree(GlobalData.gUNPACK_DIR)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_sysconfig.py28 shutil.rmtree(path)
Dtest_core.py52 shutil.rmtree(path)
Dsupport.py66 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py210 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/
Dshutil.py207 def rmtree(path, ignore_errors=False, onerror=None): function
244 rmtree(fullname, ignore_errors, onerror)
296 rmtree(src)
/device/linaro/bootloader/edk2/BaseTools/Tests/
DTestTools.py83 shutil.rmtree(dir, False, self.HandleTreeDeleteError)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py218 shutil.rmtree(dir)

12