HomeSort by relevance Sort by last modified time
    Searched refs:shutil (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 4 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'))
build-mac-installer.py 34 import shutil namespace
61 shutil.rmtree(tempdir)
100 shutil.copy(filename, copydir)
110 shutil.rmtree(tempdir)
126 shutil.copy(afile, wxpythonroot)
131 shutil.copy(afile, wxroot)
143 shutil.copy(os.path.join(wxwk_root, "Source", "WebKit", "wx", "bindings", "python", "samples", "simple.py"), demodir)
146 shutil.rmtree(pkgname + ".pkg")
162 shutil.rmtree(tempdir)
  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 26 import optparse, os, shutil, subprocess, sys
71 shutil.rmtree(thinDirectory)
83 shutil.rmtree(thinDirectory)
89 shutil.rmtree(thinDirectory)
115 shutil.rmtree(configurationBuildDirectory)
124 shutil.rmtree(binDirectory)
139 shutil.rmtree(configurationBuildDirectory)
test-result-archive 26 import optparse, os, shutil, subprocess, sys, zipfile
85 shutil.rmtree(layoutTestResultsDir)
  /external/skia/tools/
test_rendering.py 13 import shutil namespace
98 shutil.rmtree(render_dir)
101 shutil.rmtree(diff_dir)
test_pdfs.py 16 import shutil namespace
svndiff.py 17 import shutil namespace
89 shutil.rmtree(dir, ignore_errors=True)
105 shutil.copyfile(modified_file_path,
merge_static_libs.py 7 import shutil namespace
52 shutil.rmtree(tempdir)
download_baselines.py 19 import shutil namespace
112 shutil.copyfile(source_path, dest_path)
154 shutil.rmtree(actual_dir)
test_pictures.py 16 import shutil namespace
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 8 import shutil namespace
42 shutil.copyfile(abs_src, newname)
  /packages/apps/Launcher2/
fill_screens.py 5 import shutil namespace
31 shutil.rmtree(DIR, True)
  /docs/source.android.com/scripts/
build.py 21 import shutil namespace
52 shutil.rmtree(HTML_DIR)
121 shutil.copy(absfilename, os.path.join(outdir, f))
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_grd.py 37 import shutil namespace
105 shutil.copy(filename, output_directory)
112 shutil.copy(os.path.join(dirname, filename),
  /external/llvm/
copy-diff.py 4 import shutil namespace
56 shutil.copyfile(src, dest)
  /development/build/tools/
mk_sources_zip.py 22 import shutil namespace
201 shutil.copyfile(filepath, dest_path)
228 shutil.rmtree(p.zipfile)
231 shutil.copyfile(p.PROPS, props_dest)
245 shutil.move(os.path.join(p.zipfile, "_temp.zip"), p.DST)
246 shutil.rmtree(p.zipfile)
  /external/icu4c/stubdata/
icu_dat_generator.py 29 import shutil namespace
59 shutil.copyfile(src_dat, dst_dat)
202 shutil.copyfile(src_path, dst_path)
261 shutil.rmtree(TMP_DAT_PATH)
270 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICU_DATA + ".dat"), output_file)
274 shutil.rmtree(TMP_DAT_PATH)
  /frameworks/compile/slang/tests/
test.py 14 import shutil namespace
47 shutil.copyfile(src, dst)
163 shutil.rmtree('tmp/')
  /external/chromium-trace/
update.py 3 import httplib, json, optparse, os, urllib, shutil, subprocess, sys namespace
22 shutil.rmtree(trace_viewer_dir, True)
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 47 import shutil namespace
159 shutil.copyfile(src, dst)
action_cssvaluekeywords.py 51 import shutil namespace
165 shutil.copyfile(src, dst)
action_makenames.py 60 import shutil namespace
167 shutil.copyfile(src, dst)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 38 import shutil namespace
71 shutil.copyfile(source, destination)
184 shutil.move(source, destination)
252 shutil.rmtree(path, ignore_errors=True)
  /external/clang/tools/scan-build/
set-xcode-analyzer 16 import shutil namespace
54 shutil.copy(t.name, path)
  /external/protobuf/gtest/test/
gtest_test_utils.py 38 import shutil namespace
126 shutil.rmtree(_temp_dir, ignore_errors=True)

Completed in 1577 milliseconds

1 2 3