Searched defs:shutil (Results 151 - 175 of 251) sorted by relevance

1234567891011

/external/chromium_org/tools/perf/profile_creators/
H A Dextensions_profile_creator.py9 import shutil namespace
151 shutil.rmtree(self._extension_download_dir)
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dadb_commands.py10 import shutil namespace
134 shutil.copyfile(prebuilt_path, dest)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_unittest.py7 import shutil namespace
114 shutil.copy(manifest_path, d)
115 shutil.copy(script_path, d)
131 shutil.rmtree(d)
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dpowermetrics_power_monitor.py9 import shutil namespace
251 shutil.rmtree(self._output_directory)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper.py11 import shutil namespace
196 shutil.copy2(unstripped_host_lib, output_lib)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_archive_info_unittest.py6 import shutil namespace
54 shutil.rmtree(self.tmp_dir)
H A Dprofile_generator.py10 import shutil namespace
43 """Filter function for shutil.copytree() to reject socket files and symlinks
93 shutil.rmtree(out_path)
95 shutil.copytree(temp_output_directory, out_path, ignore=_IsPseudoFile)
96 shutil.rmtree(temp_output_directory)
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py31 import shutil namespace
103 shutil.rmtree(directory_old_name)
/external/chromium_org/v8/tools/testrunner/local/
H A Dexecution.py30 import shutil namespace
242 shutil.rmtree(self.datapath)
/external/deqp/android/scripts/
H A Ddebug.py7 import shutil namespace
65 shutil.rmtree(debugDir)
121 shutil.copyfile(os.path.join(buildDir, common.NATIVE_LIB_NAME), common.NATIVE_LIB_NAME)
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.py9 import shutil namespace
260 shutil.rmtree(tempdir)
/external/lldb/scripts/
H A Dbuildbot.py6 import shutil namespace
127 shutil.rmtree(self.m_build_directory_path)
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py38 import shutil namespace
126 shutil.rmtree(_temp_dir, ignore_errors=True)
/external/skia/experimental/benchtools/
H A Drebase.py23 import shutil namespace
58 shutil.rmtree(d)
167 shutil.rmtree(d)
192 shutil.copy(file_in_repo, __file__)
/external/skia/tools/
H A Dfind_bad_images_in_skps.py26 import shutil namespace
133 shutil.move(image_path, self.saved_image_dir)
134 except (shutil.Error,):
H A Droll_deps.py30 import shutil namespace
220 shutil.rmtree(skia_dir)
229 shutil.rmtree(self._use_temp)
336 shutil.move(temp_file.name, depspath)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py9 import shutil namespace
/external/chromium-trace/
H A Dupdate.py3 import httplib, json, optparse, os, urllib, shutil, subprocess, sys namespace
22 shutil.rmtree(trace_viewer_dir, True)
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py12 import shutil namespace
84 shutil.rmtree(constants.ISOLATE_DEPS_DIR)
153 shutil.rmtree(p)
169 shutil.move(os.path.join(root, filename), paks_dir)
175 shutil.move(os.path.join(deps_product_dir, p), constants.ISOLATE_DEPS_DIR)
/external/chromium_org/build/
H A Dget_syzygy_binaries.py16 import shutil namespace
184 """An error handling function for use with shutil.rmtree. This will
200 """A wrapper of shutil.rmtree that handles read-only files."""
201 shutil.rmtree(path, ignore_errors=False, onerror=_RmTreeHandleReadOnly)
387 """Logs error encountered by shutil.rmtree."""
392 shutil.rmtree(expected_syzygy_dir, True, OnError)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Djsbundler.py36 import shutil namespace
247 shutil.copy(src, dst)
/external/chromium_org/chrome/tools/build/win/
H A Dcreate_installer_archive.py19 import shutil namespace
124 shutil.copy(src_path, dst_dir)
162 shutil.rmtree(file_path)
167 shutil.rmtree(temp_file_path)
365 shutil.copyfile(src, dest)
367 shutil.copyfile(src, dest)
456 shutil.copy(setup_component_dll, installer_dir)
476 shutil.copy(component_dll, version_dir)
H A Dresedit.py15 import shutil namespace
79 shutil.rmtree(self._temp_dir)
104 shutil.copyfile(self._input_file, self._temp_file)
135 shutil.rmtree(extract_to)
235 shutil.copyfile(self._temp_file, self._output_file)
/external/chromium_org/components/test/data/password_manager/
H A Denvironment.py8 import shutil namespace
88 shutil.rmtree(profile_path)
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Doshelpers_test.py7 import shutil namespace
56 shutil.copy(os.path.join(PARENT_DIR, 'oshelpers.py'),
62 shutil.rmtree(self.tempdir)
195 shutil.copy(os.path.join(PARENT_DIR, 'oshelpers.py'),
199 shutil.rmtree(self.tempdir)

Completed in 2163 milliseconds

1234567891011