Searched refs:shutil (Results 151 - 175 of 599) sorted by relevance

1234567891011>>

/external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
H A Dbrillo_ADBDirectoryTransfer.py7 import shutil namespace
67 shutil.rmtree(self.temp_dir)
/external/autotest/site_utils/lxc/container_pool/
H A Dclient_unittest.py7 import shutil namespace
38 shutil.rmtree(cls.test_dir)
/external/autotest/tko/parsers/test/
H A Dnew_scenario.py20 import optparse, os, shutil, sys namespace
81 shutil.copytree(results_dirpath, copied_dirpath)
/external/deqp/external/
H A Dfetch_sources.py25 import shutil namespace
56 shutil.rmtree(readonlydir, onerror = onReadonlyRemoveError )
58 shutil.rmtree(fullDstPath, ignore_errors=False)
85 shutil.rmtree(archiveDir, ignore_errors=False)
151 shutil.rmtree(tmpPath, ignore_errors=False)
171 shutil.move(os.path.join(topLevelPath, entry), dstPath)
173 shutil.rmtree(tmpPath, ignore_errors=True)
237 shutil.copy(os.path.join(path, "scripts", "pnglibconf.h.prebuilt"),
/external/deqp/external/openglcts/scripts/
H A Dverify_kc_cts_rev.py25 import shutil namespace
49 shutil.rmtree(fullDstPath, ignore_errors=False)
/external/lisa/experiments/
H A Drun_display_image.py33 import shutil namespace
69 shutil.rmtree(outdir)
H A Drun_sysui.py33 import shutil namespace
65 shutil.rmtree(outdir)
H A Drun_uibench_cgroup.py37 import shutil namespace
66 shutil.rmtree(outdir)
/external/python/cpython2/Lib/test/
H A Dtest_py_compile.py4 import shutil namespace
29 shutil.rmtree(self.directory)
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_unicode_file.py4 import os, glob, time, shutil namespace
101 shutil.copy(filename1, filename2 + ".new")
104 shutil.move(filename1, filename2 + ".new")
106 shutil.move(filename1 + ".new", filename2)
108 # Note - due to the implementation of shutil.move,
111 # So we test the shutil.copy2 function, which is the thing most
113 shutil.copy2(filename1, filename2 + ".new")
/external/skia/infra/bots/assets/skp/
H A Dcreate.py15 import shutil namespace
77 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
/external/skqp/infra/bots/assets/skp/
H A Dcreate.py15 import shutil namespace
77 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
/external/swiftshader/third_party/subzero/pydir/
H A Dsz_driver.py2 import shutil namespace
87 shutil.rmtree(tmp_dir)
/external/tensorflow/tensorflow/python/training/
H A Dbasic_loops_test.py22 import shutil namespace
34 shutil.rmtree(test_dir)
/external/tensorflow/tensorflow/tools/ci_build/
H A Dcopy_binary.py31 import shutil namespace
87 shutil.rmtree(dirname)
/external/toolchain-utils/cros_utils/
H A Dfile_utils.py8 import shutil namespace
61 shutil.rmtree(path, ignore_errors=True)
/external/autotest/server/cros/ap_configurators/
H A Dpyauto_utils.py10 import shutil namespace
55 shutil.move(self._path,
65 shutil.move(from_path, self._path)
80 shutil.rmtree(self._path, ignore_errors=True)
86 shutil.rmtree(self._backup_dir, ignore_errors=True)
92 shutil.rmtree(path, ignore_errors=True)
/external/owasp/sanitizer/tools/
H A Dcut_release.py9 import shutil namespace
112 shutil.copyfile(src_path, dest_path)
156 shutil.copyfile(jar_path, versioned_jar_path)
157 shutil.copyfile(src_jar_path, versioned_src_jar_path)
158 shutil.copyfile(doc_jar_path, versioned_doc_jar_path)
172 shutil.rmtree(version_directory_path)
/external/selinux/libselinux/src/
H A Dselinuxswig_python.i16 import shutil, os, errno, stat
49 """ An SELinux-friendly shutil.copytree method """
50 shutil.copytree(src, dest)
54 """ An SELinux-friendly shutil.move method """
55 shutil.move(src, dest)
/external/vulkan-validation-layers/build-android/
H A Dbuild.py21 import shutil namespace
45 shutil.copytree(src_dir, dst_dir, symlinks=True)
61 shutil.copy2(src_file, dst_file)
221 default_ignore_patterns = shutil.ignore_patterns(
234 shutil.copytree(src, dst,
294 shutil.rmtree(dst)
/external/autotest/server/
H A Dbase_utils.py11 import atexit, os, re, shutil, textwrap, sys, tempfile, types namespace
72 shutil.copyfileobj(location, tmpfileobj)
92 shutil.copytree(location, tmpfile, symlinks=True)
94 shutil.copyfile(location, tmpfile)
129 shutil.rmtree(dir)
/external/autotest/utils/
H A Dcompile_gwt_clients.py3 import sys, os, shutil, optparse, logging namespace
73 shutil.rmtree(old_install_dir)
82 shutil.rmtree(install_dir)
83 shutil.copytree(old_install_dir, install_dir)
186 shutil.rmtree(_TMP_COMPILE_DIR)
/external/python/cpython2/PC/VS8.0/
H A Dbuild_ssl.py26 import os, sys, re, shutil namespace
223 shutil.copy(r"crypto\buildinf.h", r"crypto\buildinf_%s.h" % arch)
224 shutil.copy(r"crypto\opensslconf.h", r"crypto\opensslconf_%s.h" % arch)
233 shutil.copy(r"crypto\buildinf_%s.h" % arch, r"crypto\buildinf.h")
234 shutil.copy(r"crypto\opensslconf_%s.h" % arch, r"crypto\opensslconf.h")
/external/python/cpython2/PC/VS9.0/
H A Dbuild_ssl.py28 import os, sys, re, shutil namespace
221 shutil.copy(r"crypto\buildinf.h", r"crypto\buildinf_%s.h" % arch)
222 shutil.copy(r"crypto\opensslconf.h", r"crypto\opensslconf_%s.h" % arch)
231 shutil.copy(r"crypto\buildinf_%s.h" % arch, r"crypto\buildinf.h")
232 shutil.copy(r"crypto\opensslconf_%s.h" % arch, r"crypto\opensslconf.h")

Completed in 7093 milliseconds

1234567891011>>