Searched defs:shutil (Results 176 - 200 of 251) sorted by relevance

1234567891011

/external/chromium_org/ppapi/native_client/
H A Dchrome_main.scons8 import shutil namespace
160 shutil.copyfile(source_manifest, target_manifest)
170 shutil.copyfile(lib_path, os.path.join(target_dir, lib_name))
171 shutil.copyfile(env.subst('${NACL_SDK_LIB}/runnable-ld.so'),
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py38 import shutil namespace
142 shutil.rmtree(_temp_dir, ignore_errors=True)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Dbuild_jsdoc_validator_jar.py6 import shutil namespace
115 shutil.rmtree(bin_path, True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
H A Dmain.py30 import shutil namespace
92 shutil.rmtree(name)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dhtml.py3 import os, re, shutil namespace
96 shutil.copyfile(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Dreflectionhandler.py38 import shutil namespace
144 shutil.copyfileobj(static_file, self.wfile)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py80 import shutil namespace
377 shutil.copyfile(orig_filepath, new_filepath) # The file was unmodified.
390 shutil.copyfile(orig_filepath, new_filepath)
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A DTestLibCython.py5 import shutil namespace
109 shutil.copy(codefile, self.destfile)
110 shutil.copy(cfuncs_file, self.cfuncs_destfile + '.c')
180 shutil.rmtree(self.tempdir)
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py137 import urllib2, shutil namespace
/external/chromium_org/third_party/skia/bench/
H A Dtile_analyze.py17 import shutil namespace
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Ddownload_utils.py16 import shutil namespace
184 Retry(shutil.move, src, dst)
189 Retry(shutil.rmtree, path)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py14 import shutil namespace
182 shutil.rmtree(outdir)
/external/chromium_org/third_party/skia/tools/
H A Dsubmit_try20 import shutil namespace
275 shutil.rmtree(temp_dir)
H A Dsvndiff.py24 import shutil namespace
248 shutil.rmtree(dir, ignore_errors=True)
288 shutil.copyfile(modified_file_path,
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py11 import shutil namespace
77 shutil.rmtree(out_dir)
93 shutil.copy(src, dst)
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmac_tool.py18 import shutil namespace
58 shutil.rmtree(dest)
59 shutil.copytree(source, dest)
67 shutil.copy(source, dest)
310 shutil.copy2(source_path, target_path)
332 shutil.copy2(source_path, target_path)
426 shutil.copy2(plist_path, temp.name)
481 shutil.copy2(source_path, target_path)
/external/chromium_org/tools/telemetry/telemetry/
H A Dbenchmark.py8 import shutil namespace
156 shutil.rmtree(extracted_profile_dir_path)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_backend.py10 import shutil namespace
77 shutil.rmtree(self._tmp_profile_dir)
78 shutil.copytree(profile_dir, self._tmp_profile_dir)
283 shutil.copyfile(symbol, os.path.join(symbol_path, binary + '.sym'))
351 shutil.rmtree(self._tmp_profile_dir, ignore_errors=True)
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dippet_power_monitor.py12 import shutil namespace
178 shutil.rmtree(self._output_dir)
/external/chromium_org/tools/
H A Dupdate_reference_build.py26 import shutil namespace
241 shutil.copy(dl_file, dest_dir)
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.py14 import shutil namespace
194 shutil.copyfile(manifest_name, intermediate_manifest)
/external/chromium_org/v8/test/promises-aplus/
H A Dtestcfg.py31 import shutil namespace
107 shutil.rmtree(directory)
124 shutil.move(os.path.join(self.root, TEST_ARCHIVE_TOP), directory)
/external/chromium_org/v8/test/test262-es6/
H A Dtestcfg.py31 import shutil namespace
142 shutil.rmtree(directory_old_name)
/external/chromium_org/v8/tools/testrunner/server/
H A Dmain.py31 import shutil namespace
185 shutil.copy(pubkey_filename, target_filename)
/external/fio/tools/plot/
H A Dfio2gnuplot28 import shutil namespace
69 shutil.copy(gnuplot_output_dir+'compare.gnuplot',gnuplot_output_dir+compare_raw_filename+".gnuplot")
70 shutil.copy(gnuplot_output_dir+'compare.gnuplot',gnuplot_output_dir+compare_smooth_filename+".gnuplot")
71 shutil.copy(gnuplot_output_dir+'compare.gnuplot',gnuplot_output_dir+compare_trend_filename+".gnuplot")

Completed in 591 milliseconds

1234567891011