Searched defs:shutil (Results 201 - 225 of 251) sorted by relevance

1234567891011

/external/gtest/test/
H A Dgtest_test_utils.py38 import shutil namespace
142 shutil.rmtree(_temp_dir, ignore_errors=True)
/external/protobuf/python/
H A Dez_setup.py129 import urllib2, shutil namespace
/external/skia/bench/
H A Dtile_analyze.py17 import shutil namespace
/external/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/skia/platform_tools/android/tests/
H A Dmakefile_writer_tests.py14 import shutil namespace
183 shutil.rmtree(outdir)
/external/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/skia/tools/tests/
H A Drender_pictures_test.py16 import shutil namespace
163 shutil.rmtree(self._expectations_dir)
164 shutil.rmtree(self._input_skp_dir)
165 shutil.rmtree(self._output_dir)
/external/chromium_org/build/android/buildbot/
H A Dbb_device_steps.py13 import shutil namespace
442 shutil.rmtree(LOGCAT_DIR, ignore_errors=True)
647 shutil.rmtree(coverage_html, ignore_errors=True)
662 shutil.rmtree(os.path.join(CHROME_OUT_DIR, options.target),
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py13 import shutil namespace
33 shutil.rmtree(dirname)
45 shutil.rmtree(dir_path)
/external/chromium_org/chrome/test/chromedriver/
H A Drun_buildbot_steps.py17 import shutil namespace
382 shutil.rmtree(file_path, True)
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_java_generator.py12 import shutil namespace
363 shutil.rmtree(dirname)
/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py17 import shutil namespace
328 shutil.copy2(source, destination)
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py8 import shutil namespace
121 shutil.rmtree(self.tempdir)
159 shutil.copy(src_nexe, dst_nexe)
213 shutil.copy(src_pexe, dst_pexe)
236 shutil.copy(src_bc, dst_bc)
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
H A Dpnacl_component_crx_gen.py20 import shutil namespace
206 shutil.rmtree(out_dir)
241 shutil.copy(full_name, J(dest_dir, target_name))
266 shutil.copy(override, J(target_dir, target_name))
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py8 import shutil namespace
52 shutil.rmtree(path)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dsvn.py34 import shutil namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py37 import shutil namespace
71 shutil.copyfile(source, destination)
178 shutil.move(source, destination)
261 shutil.rmtree(path, ignore_errors=True)
264 shutil.copytree(source, destination)
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_rendered_pictures.py18 import shutil namespace
197 shutil.rmtree(tempdir)
487 shutil.copytree(repo_dir, dest_dir)
489 shutil.copytree(source_dir, dest_dir)
H A Dimagediffdb.py20 import shutil namespace
188 shutil.rmtree(skpdiff_output_dir)
440 shutil.copyfileobj(fsrc=url_handle, fdst=file_handle)
/external/chromium_org/third_party/skia/tools/tests/
H A Drender_pictures_test.py16 import shutil namespace
167 shutil.rmtree(self._expectations_dir)
168 shutil.rmtree(self._input_skp_dir)
169 shutil.rmtree(self._output_dir)
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression_test.py7 import shutil namespace
259 old_rmtree = shutil.rmtree
261 shutil.rmtree = lambda path, onerror: None
269 shutil.rmtree = old_rmtree
H A Dbisect_utils.py14 import shutil namespace
290 """Error handler for shutil.rmtree.
324 shutil.rmtree(path_to_dir, onerror=OnAccessError)
326 print 'Error #%d while running shutil.rmtree(%s): %s' % (
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py20 import shutil namespace
901 shutil.copy(os.path.join(treemap_src, 'COPYING'), treemap_out)
902 shutil.copy(os.path.join(treemap_src, 'webtreemap.js'), treemap_out)
903 shutil.copy(os.path.join(treemap_src, 'webtreemap.css'), treemap_out)
904 shutil.copy(os.path.join('tools', 'binary_size', 'legacy_template',
923 shutil.copy(os.path.join(d3_src, 'LICENSE'), d3_out)
924 shutil.copy(os.path.join(d3_src, 'd3.js'), d3_out)
925 shutil.copy(os.path.join(template_src, 'index.html'), opts.destdir)
926 shutil.copy(os.path.join(template_src, 'D3SymbolTreeMap.js'), opts.destdir)
/external/chromium_org/tools/
H A Dcheck_git_config.py28 import shutil namespace
269 shutil.rmtree(tmp)

Completed in 2672 milliseconds

1234567891011