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

1 2

  /external/webkit/WebKitTools/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 33 import shutil namespace
60 shutil.rmtree(tempdir)
99 shutil.copy(filename, copydir)
109 shutil.rmtree(tempdir)
125 shutil.copy(afile, wxpythonroot)
137 shutil.copy(os.path.join(wxwk_root, "WebKit", "wx", "bindings", "python", "samples", "simple.py"), demodir)
140 shutil.rmtree(pkgname + ".pkg")
157 shutil.rmtree(tempdir)
  /external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive 26 import optparse, os, shutil, subprocess, sys
70 shutil.rmtree(thinDirectory)
82 shutil.rmtree(thinDirectory)
93 shutil.rmtree(configurationBuildDirectory)
102 shutil.rmtree(binDirectory)
test-result-archive 26 import optparse, os, shutil, subprocess, sys
74 shutil.rmtree(layoutTestResultsDir)
  /external/icu4c/stubdata/
icu_dat_generator.py 38 import shutil namespace
85 shutil.copyfile(source_dat, dest_dat)
184 shutil.copyfile(source_path, dest_path)
241 shutil.rmtree(TMP_DAT_PATH)
251 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICUDATA_DAT),
256 shutil.rmtree(TMP_DAT_PATH)
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_gperf.py 43 import shutil namespace
85 shutil.copyfile(outputCpp, outputC)
action_csspropertynames.py 47 import shutil namespace
159 shutil.copyfile(src, dst)
rule_binding.py 51 import shutil namespace
128 shutil.copyfile(hsrc, hdst)
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/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
fuzzy_image_diff.py 37 import shutil namespace
image_diff.py 40 import shutil namespace
65 shutil.copyfile(source_image, dest_image)
  /build/tools/releasetools/
img_from_target_files 37 import shutil namespace
153 shutil.rmtree(OPTIONS.input_tmp)
check_target_files_signatures 51 import shutil namespace
264 shutil.rmtree(d)
common.py 21 import shutil namespace
356 shutil.rmtree(i)
  /external/webkit/WebKitTools/Scripts/webkitpy/
queueengine_unittest.py 31 import shutil namespace
166 shutil.rmtree(self.temp_dir)
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 33 import shutil namespace
159 shutil.copyfile(src, dst)
  /external/webkit/WebKitTools/CodeCoverage/
cov.py 31 import shutil namespace
46 shutil.rmtree(annotated_dir)
regenerate-coverage-display 50 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/webkit/WebKitTools/wx/build/
build_utils.py 31 import shutil namespace
126 shutil.copy(os.path.join(wxpy_dir, 'swig.py.txt'), os.path.join(wxpy_dir, 'swig.py'))
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium.py 34 import shutil namespace
101 shutil.rmtree(cachedir)
http_server.py 36 import shutil namespace
191 shutil.copyfile(os.path.join(module_path, lib_file),
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 48 import shutil namespace
169 shutil.rmtree(html_directory, True)
459 shutil.move(temp_name, expected_fullpath)
676 shutil.copyfile(baseline_fullpath, new_file)
729 shutil.rmtree(bogus_dir, True)
    [all...]
  /external/webkit/WebCore/
wscript 100 shutil.copy(os.path.join(graphics_dir, 'win', afile), os.path.join(graphics_dir, 'wx'))
  /bionic/libc/tools/
gensyscalls.py 8 import sys, os.path, glob, re, commands, filecmp, shutil namespace
576 shutil.copyfile( bionic_temp + stub, bionic_root + stub )
597 shutil.copyfile( bionic_temp + file, bionic_root + file )

Completed in 200 milliseconds

1 2