Searched defs:shutil (Results 51 - 75 of 95) sorted by relevance

1234

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py137 import shutil, tempfile namespace
140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_gettext.py3 import shutil namespace
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
H A Dtest_posix.py14 import shutil namespace
480 shutil.rmtree(base_path)
H A Dtest_repr.py8 import shutil namespace
221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
H A Dtest_httpservers.py11 import shutil namespace
298 shutil.rmtree(self.tempdir)
H A Dregrtest.py161 import shutil namespace
830 shutil.rmtree(test_support.TESTFN)
966 kind, nuker = "directory", shutil.rmtree
H A Dtest_import.py12 import shutil namespace
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
H A Dtest_shutil.py4 import shutil namespace
13 from shutil import (_make_tarball, _make_zipfile, make_archive,
52 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
79 self.assertRaises(OSError, shutil.rmtree, filename)
97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
107 shutil.rmtree(TESTFN)
112 # This function is run when shutil.rmtree fails.
139 self.assertRaises(OSError, shutil.rmtree, path)
163 shutil.copytree(src_dir, dst_dir)
185 shutil
[all...]
H A Dtest_tempfile.py7 import shutil namespace
250 shutil.rmtree(our_temp_directory)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_refactor.py13 import shutil namespace
189 self.addCleanup(shutil.rmtree, tmpdir)
191 shutil.copy(test_file, tmpdir)
254 shutil.rmtree(dir)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py137 import shutil, tempfile namespace
140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_gettext.py3 import shutil namespace
81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
H A Dtest_posix.py14 import shutil namespace
480 shutil.rmtree(base_path)
H A Dtest_repr.py8 import shutil namespace
221 shutil.rmtree(self.pkgname, ignore_errors=True)
224 shutil.rmtree(self.subpkgname, ignore_errors=True)
H A Dtest_httpservers.py11 import shutil namespace
298 shutil.rmtree(self.tempdir)
H A Dregrtest.py161 import shutil namespace
830 shutil.rmtree(test_support.TESTFN)
966 kind, nuker = "directory", shutil.rmtree
H A Dtest_import.py12 import shutil namespace
599 shutil.rmtree(self.tagged)
640 shutil.rmtree(self.tagged)
H A Dtest_shutil.py4 import shutil namespace
13 from shutil import (_make_tarball, _make_zipfile, make_archive,
52 shutil.rmtree(d, os.name in ('nt', 'cygwin'))
79 self.assertRaises(OSError, shutil.rmtree, filename)
97 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
107 shutil.rmtree(TESTFN)
112 # This function is run when shutil.rmtree fails.
139 self.assertRaises(OSError, shutil.rmtree, path)
163 shutil.copytree(src_dir, dst_dir)
185 shutil
[all...]
H A Dtest_tempfile.py7 import shutil namespace
250 shutil.rmtree(our_temp_directory)
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
H A DScanView.py9 import shutil namespace
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/
H A DScanView.py9 import shutil namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmhlib.py84 import shutil namespace
504 shutil.copy2(path, topath)
567 shutil.copy2(path, topath)
595 shutil.copy2(path, topath)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmhlib.py84 import shutil namespace
504 shutil.copy2(path, topath)
567 shutil.copy2(path, topath)
595 shutil.copy2(path, topath)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dbundlebuilder.py35 import os, errno, shutil namespace
150 shutil.rmtree(self.bundlepath)
152 shutil.rmtree(self.bundlepath + '~')
763 shutil.copytree(src, dst, symlinks=1)
765 shutil.copy2(src, dst)
H A Dpimp.py31 import shutil namespace
896 shutil.rmtree(unwanted_install_dir)

Completed in 3090 milliseconds

1234