Searched defs:shutil (Results 101 - 125 of 251) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Din_generator.py31 import shutil namespace
64 shutil.rmtree(file_path, ignore_errors=True)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dbuild_compiler_runner_jar.py4 import shutil namespace
57 shutil.rmtree(bin_path, True)
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyxbuild.py126 import shutil # late import / reload_support is: debugging namespace
138 shutil.copy2(org_path, r_path)
/external/chromium_org/third_party/skia/
H A Dmake.py17 import shutil namespace
43 shutil.rmtree(path, ignore_errors=True)
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dgyp_to_android.py14 import shutil namespace
78 shutil.copytree(os.path.join(SKIA_DIR, GYP_FOLDER), tmp_folder)
197 shutil.rmtree(tmp_folder)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dandroid_framework_gyp_tests.py13 import shutil namespace
72 shutil.rmtree(self.__tmp_dir)
H A Dgenerate_user_config_tests.py14 import shutil namespace
73 shutil.rmtree(tmp)
82 shutil.rmtree(tmp)
/external/chromium_org/third_party/skia/tools/tests/
H A Dbase_unittest.py19 import shutil namespace
48 shutil.rmtree(self._temp_dir)
94 shutil.rmtree(path=path, ignore_errors=True)
/external/chromium_org/tools/crx_id/
H A Dcrx_id_unittest.py12 import shutil namespace
52 shutil.copy2(unpacked_test_manifest_path,
59 shutil.rmtree(temp_unpacked_crx)
/external/chromium_org/tools/metrics/histograms/
H A Dpretty_print.py19 import shutil namespace
183 shutil.move(histograms_pathname, histograms_backup_pathname)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper_unittest.py8 import shutil namespace
128 shutil.rmtree(symfs_dir)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dutil_unittest.py5 import shutil namespace
65 shutil.rmtree(self.test_directory)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_archive_info.py9 import shutil namespace
85 shutil.move(self.temp_target_wpr_file_path, target_wpr_file_path)
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py30 import shutil namespace
138 shutil.rmtree(directory_name_old)
157 shutil.rmtree("mozilla")
/external/chromium_org/v8/tools/
H A Dgenerate-builtins-tests.py10 import shutil namespace
109 shutil.rmtree(options.outdir)
/external/deqp/external/
H A Dfetch_sources.py5 import shutil namespace
36 shutil.rmtree(fullPath, ignore_errors=False)
62 shutil.rmtree(tmpPath, ignore_errors=False)
80 shutil.move(os.path.join(topLevelPath, entry), dstPath)
82 shutil.rmtree(tmpPath, ignore_errors=True)
88 shutil.copy(os.path.join(path, "scripts", "pnglibconf.h.prebuilt"),
/external/deqp/scripts/
H A Drun_internal_tests.py5 import shutil namespace
39 shutil.rmtree(config.buildPath)
/external/lldb/utils/test/
H A Dras.py12 import shutil namespace
105 shutil.rmtree(sessDir)
/external/skia/gm/rebaseline_server/
H A Dbase_unittest.py15 import shutil namespace
36 shutil.rmtree(self._temp_dir)
91 shutil.rmtree(path)
/external/skia/
H A Dmake.py17 import shutil namespace
43 shutil.rmtree(path, ignore_errors=True)
/external/skia/platform_tools/android/bin/
H A Dgyp_to_android.py14 import shutil namespace
78 shutil.copytree(os.path.join(SKIA_DIR, GYP_FOLDER), tmp_folder)
203 shutil.rmtree(tmp_folder)
/external/skia/platform_tools/android/tests/
H A Dandroid_framework_gyp_tests.py13 import shutil namespace
72 shutil.rmtree(self.__tmp_dir)
H A Dgenerate_user_config_tests.py14 import shutil namespace
73 shutil.rmtree(tmp)
82 shutil.rmtree(tmp)
/external/skia/tools/
H A Dgen_bench_expectations_from_codereview.py15 import shutil namespace
136 shutil.rmtree(TMP_BENCH_DATA_DIR)
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py111 import urllib2, shutil namespace

Completed in 654 milliseconds

1234567891011