Searched defs:shutil (Results 1 - 25 of 95) sorted by relevance

1234

/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
H A Dset-xcode-analyzer16 import shutil namespace
54 shutil.copy(t.name, path)
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
H A Dset-xcode-analyzer16 import shutil namespace
54 shutil.copy(t.name, path)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_fileid.py5 import shutil namespace
23 shutil.copy(self.db_path_1, self.db_path_2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dmain.py11 import shutil namespace
103 shutil.copymode(backup, filename)
106 shutil.copymode(orig_filename, filename)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_bsddb185.py14 import shutil namespace
37 shutil.rmtree(tmpdir)
H A Dtest_filecmp.py2 import os, filecmp, shutil, tempfile namespace
52 shutil.rmtree(dir, True)
67 shutil.rmtree(self.dir)
68 shutil.rmtree(self.dir_same)
69 shutil.rmtree(self.dir_diff)
H A Dtest_py_compile.py4 import shutil namespace
29 shutil.rmtree(self.directory)
H A Dtest_compileall.py5 import shutil namespace
22 shutil.copyfile(self.source_path, self.source_path2)
25 shutil.rmtree(self.directory)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_fileid.py5 import shutil namespace
23 shutil.copy(self.db_path_1, self.db_path_2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dmain.py11 import shutil namespace
103 shutil.copymode(backup, filename)
106 shutil.copymode(orig_filename, filename)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_bsddb185.py14 import shutil namespace
37 shutil.rmtree(tmpdir)
H A Dtest_filecmp.py2 import os, filecmp, shutil, tempfile namespace
52 shutil.rmtree(dir, True)
67 shutil.rmtree(self.dir)
68 shutil.rmtree(self.dir_same)
69 shutil.rmtree(self.dir_diff)
H A Dtest_py_compile.py4 import shutil namespace
29 shutil.rmtree(self.directory)
H A Dtest_compileall.py5 import shutil namespace
22 shutil.copyfile(self.source_path, self.source_path2)
25 shutil.rmtree(self.directory)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_bdist_rpm.py7 import shutil namespace
H A Dtest_file_util.py4 import shutil namespace
H A Dtest_sysconfig.py5 import shutil namespace
28 shutil.rmtree(path)
H A Dtest_config.py6 import shutil namespace
H A Dtest_core.py6 import shutil namespace
52 shutil.rmtree(path)
H A Dtest_dir_util.py5 import shutil namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_bdist_rpm.py7 import shutil namespace
H A Dtest_file_util.py4 import shutil namespace
H A Dtest_sysconfig.py5 import shutil namespace
28 shutil.rmtree(path)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSimpleHTTPServer.py19 import shutil namespace
177 shutil.copyfileobj(source, outputfile)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_main.py7 import shutil namespace
38 shutil.rmtree(self.temp_dir)
77 shutil.copy(PY2_TEST_MODULE, self.py2_src_dir)

Completed in 1306 milliseconds

1234