HomeSort by relevance Sort by last modified time
    Searched refs:shutil (Results 1 - 25 of 53) 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/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 40 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)
  /bionic/libc/tools/zoneinfo/
generate 8 import shutil namespace
100 shutil.move('zoneinfo.dat', bionic_libc_zoneinfo_dir)
102 shutil.move('zoneinfo.idx', bionic_libc_zoneinfo_dir)
  /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/clang/tools/scan-build/
set-xcode-analyzer 12 import shutil namespace
39 shutil.copy(t.name, path)
  /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)
  /build/tools/releasetools/
img_from_target_files 41 import shutil namespace
203 shutil.rmtree(OPTIONS.input_tmp)
  /external/protobuf/gtest/test/
gtest_test_utils.py 38 import shutil namespace
126 shutil.rmtree(_temp_dir, ignore_errors=True)
  /external/webkit/Tools/CodeCoverage/
cov.py 31 import shutil namespace
46 shutil.rmtree(annotated_dir)
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 29 import shutil namespace
71 shutil.rmtree(self._temp_dir)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 31 import shutil namespace
89 shutil.move(downloaded_file, local_file)
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 33 import shutil namespace
166 shutil.copyfile(src, dst)

Completed in 668 milliseconds

1 2 3