Searched defs:shutil (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/
H A Dcopy-diff.py4 import shutil namespace
56 shutil.copyfile(src, dest)
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_csspropertynames.py47 import shutil namespace
159 shutil.copyfile(src, dst)
H A Daction_cssvaluekeywords.py51 import shutil namespace
165 shutil.copyfile(src, dst)
H A Daction_makenames.py60 import shutil namespace
167 shutil.copyfile(src, dst)
H A Drule_binding.py51 import shutil namespace
/external/webkit/Tools/wx/packaging/
H A Dbuild-debian-installer.py4 import shutil namespace
19 shutil.rmtree(deb_dir)
29 shutil.copytree(os.path.join(script_dir, 'debian'), os.path.join(src_root, 'debian'))
36 shutil.rmtree(os.path.join(src_root, 'debian'))
/external/chromium/chrome/browser/resources/file_manager/bin/
H A Dsquashdir.py8 import shutil namespace
42 shutil.copyfile(abs_src, newname)
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer12 import shutil namespace
39 shutil.copy(t.name, path)
/external/webkit/Source/WebKit/chromium/scripts/
H A Dgenerate_devtools_grd.py37 import shutil namespace
105 shutil.copy(filename, output_directory)
112 shutil.copy(os.path.join(dirname, filename),
/external/webkit/Tools/CodeCoverage/
H A Dcov.py31 import shutil namespace
46 shutil.rmtree(annotated_dir)
H A Dregenerate-coverage-display50 import shutil namespace
69 shutil.copyfile(os.path.join(base_path,css), os.path.join(dest_dir,css))
70 map(lambda x: shutil.copyfile(os.path.join(base_path,x), os.path.join(dest_dir,x)), images)
/external/chromium/build/mac/
H A Dstrip_save_dsym34 import shutil namespace
207 shutil.copyfile(macho, dwarf_file)
293 shutil.rmtree(dsym)
/external/icu4c/stubdata/
H A Dicu_dat_generator.py40 import shutil namespace
70 shutil.copyfile(src_dat, dst_dat)
215 shutil.copyfile(src_path, dst_path)
278 shutil.rmtree(TMP_DAT_PATH)
288 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICUDATA + ".dat"), output_file)
292 shutil.rmtree(TMP_DAT_PATH)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dhttp_server.py38 import shutil namespace
211 shutil.copyfile(os.path.join(module_path, lib_file),
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py111 import urllib2, shutil namespace
/external/chromium/testing/gtest/test/
H A Dgtest_test_utils.py38 import shutil namespace
127 shutil.rmtree(_temp_dir, ignore_errors=True)
/external/gtest/test/
H A Dgtest_test_utils.py38 import shutil namespace
127 shutil.rmtree(_temp_dir, ignore_errors=True)
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py38 import shutil namespace
126 shutil.rmtree(_temp_dir, ignore_errors=True)
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dzipfileset_unittest.py25 import shutil namespace
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dfilereader_unittest.py29 import shutil namespace
71 shutil.rmtree(self._temp_dir)
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline.py31 import shutil namespace
89 shutil.move(downloaded_file, local_file)
/external/webkit/Tools/wx/build/
H A Dbuild_utils.py31 import shutil namespace
126 shutil.copy(os.path.join(wxpy_dir, 'swig.py.txt'), os.path.join(wxpy_dir, 'swig.py'))
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py9 import shutil namespace
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.py10 import shutil namespace
71 shutil.copy(_page_shell_html, input_file)
/external/chromium-trace/
H A Dupdate.py3 import httplib, json, optparse, os, urllib, shutil, subprocess, sys namespace
22 shutil.rmtree(trace_viewer_dir, True)

Completed in 463 milliseconds

12