Searched refs:shutil (Results 76 - 100 of 599) sorted by relevance

1234567891011>>

/external/v8/tools/clang/scripts/
H A Dpackage.py13 import shutil namespace
175 shutil.rmtree(LLVM_BOOTSTRAP_DIR, ignore_errors=True)
176 shutil.rmtree(LLVM_BOOTSTRAP_INSTALL_DIR, ignore_errors=True)
177 shutil.rmtree(LLVM_BUILD_DIR, ignore_errors=True)
192 shutil.rmtree(pdir, ignore_errors=True)
251 shutil.copy(src, dest)
266 shutil.copytree(os.path.join(LLVM_BOOTSTRAP_INSTALL_DIR, 'include', 'c++'),
270 shutil.copy('buildlog.txt', pdir)
284 shutil.rmtree(golddir, ignore_errors=True)
286 shutil
[all...]
/external/webrtc/tools/autoroller/unittests/
H A Droll_chromium_revision_test.py11 import shutil namespace
40 shutil.copy(os.path.join(SCRIPT_DIR, 'DEPS'), self._output_dir)
44 shutil.rmtree(self._output_dir, ignore_errors=True)
/external/autotest/client/site_tests/platform_CleanShutdown/
H A Dplatform_CleanShutdown.py6 from shutil import copyfile
/external/autotest/client/site_tests/power_NoConsoleSuspend/
H A Dpower_NoConsoleSuspend.py5 import logging, errno, shutil, os namespace
/external/autotest/frontend/
H A Dclient_compilation_unittest.py3 import os, shutil, tempfile, unittest namespace
/external/deqp/external/
H A Dfetch_kc_cts.py25 import shutil namespace
/external/devlib/devlib/
H A Dhost.py18 import shutil namespace
47 shutil.copy(source, dest)
54 shutil.copy(each_source, dest)
56 shutil.copy(source, dest)
/external/gflags/test/
H A Dgflags_build.py.in6 import shutil
26 if os.path.isdir(bindir): shutil.rmtree(bindir)
/external/skia/tools/
H A Dtest_pdfs.py16 import shutil namespace
/external/skqp/tools/
H A Dtest_pdfs.py16 import shutil namespace
/external/python/cpython3/Lib/test/libregrtest/
H A Dsave_env.py5 import shutil namespace
148 return shutil._ARCHIVE_FORMATS, shutil._ARCHIVE_FORMATS.copy()
150 shutil._ARCHIVE_FORMATS = saved[0]
151 shutil._ARCHIVE_FORMATS.clear()
152 shutil._ARCHIVE_FORMATS.update(saved[1])
155 return shutil._UNPACK_FORMATS, shutil._UNPACK_FORMATS.copy()
157 shutil._UNPACK_FORMATS = saved[0]
158 shutil
[all...]
/external/autotest/client/profilers/readprofile/
H A Dreadprofile.py11 import os, shutil namespace
49 shutil.copyfile('/proc/profile', self.rawprofile)
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
H A Dautoupdate_CannedOmahaUpdate.py6 import shutil namespace
29 shutil.copy('/var/log/update_engine.log', self.resultsdir)
/external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/
H A Dautoupdate_DisconnectReconnectNetwork.py5 import shutil namespace
24 shutil.copy('/var/log/update_engine.log', self.resultsdir)
/external/autotest/client/site_tests/autoupdate_EOL/
H A Dautoupdate_EOL.py5 import shutil namespace
20 shutil.copy('/var/log/update_engine.log', self.resultsdir)
/external/autotest/client/site_tests/hardware_RamFio/
H A Dhardware_RamFio.py7 import shutil namespace
75 shutil.copyfile(src, dst)
/external/autotest/client/site_tests/kernel_fs_Inplace/
H A Dkernel_fs_Inplace.py6 import os, shutil, re namespace
30 shutil.rmtree(dir, True)
/external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/
H A Dplatform_DebugDaemonDumpDebugLogs.py7 import shutil namespace
44 shutil.rmtree(self.tmp_dir)
/external/autotest/client/site_tests/video_VideoCorruption/
H A Dvideo_VideoCorruption.py6 import shutil namespace
28 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
/external/autotest/client/site_tests/video_VideoReload/
H A Dvideo_VideoReload.py6 import shutil namespace
29 shutil.copy2(constants.VIDEO_HTML_FILEPATH, self.bindir)
/external/autotest/client/tests/ddtest/
H A Dddtest.py6 import os, shutil, re namespace
29 shutil.rmtree(dir, True)
/external/autotest/server/bin/
H A Dunit_test_server.py8 import shutil namespace
55 shutil.copy(src, dst)
/external/autotest/server/site_tests/native_Benchmarks/
H A Dv8.py6 import shutil namespace
57 shutil.rmtree(self.src)
H A Dwebm.py6 import shutil namespace
70 shutil.rmtree(self.src)
/external/autotest/server/site_tests/sonic_AppTest/
H A Dsonic_AppTest.py7 import shutil namespace
84 shutil.rmtree(self.extension_path, ignore_errors=True)

Completed in 859 milliseconds

1234567891011>>