Lines Matching refs:rmtree
53 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
80 self.assertRaises(OSError, shutil.rmtree, filename)
99 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
109 shutil.rmtree(TESTFN)
141 self.assertRaises(OSError, shutil.rmtree, path)
187 shutil.rmtree(path)
230 shutil.rmtree(dst_dir)
240 shutil.rmtree(dst_dir)
265 shutil.rmtree(dst_dir)
267 shutil.rmtree(src_dir)
268 shutil.rmtree(os.path.dirname(dst_dir))
297 shutil.rmtree(TESTFN)
309 self.assertRaises(OSError, shutil.rmtree, dst)
311 shutil.rmtree(TESTFN, ignore_errors=True)
343 shutil.rmtree(TESTFN, ignore_errors=True)
344 shutil.rmtree(TESTFN2, ignore_errors=True)
685 shutil.rmtree(d)
732 shutil.rmtree(dst_dir)
745 shutil.rmtree(dst_dir)
791 shutil.rmtree(TESTFN, ignore_errors=True)
803 shutil.rmtree(TESTFN, ignore_errors=True)