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

1 2

  /external/icu4c/tools/genprops/misc/
ucdcopy.py 24 import shutil namespace
110 "BidiMirroring.txt": shutil.copy,
111 "BidiTest.txt": shutil.copy,
112 "Blocks.txt": shutil.copy,
113 "CaseFolding.txt": shutil.copy,
114 "DerivedAge.txt": shutil.copy,
115 "DerivedBidiClass.txt": shutil.copy,
116 "DerivedJoiningGroup.txt": shutil.copy,
117 "DerivedJoiningType.txt": shutil.copy,
118 "DerivedNumericValues.txt": shutil.copy
    [all...]
  /external/icu4c/tools/genprops/
ucdcopy.py 24 import shutil namespace
110 "BidiMirroring.txt": shutil.copy,
111 "BidiTest.txt": shutil.copy,
112 "Blocks.txt": shutil.copy,
113 "CaseFolding.txt": shutil.copy,
114 "DerivedAge.txt": shutil.copy,
115 "DerivedBidiClass.txt": shutil.copy,
116 "DerivedJoiningGroup.txt": shutil.copy,
117 "DerivedJoiningType.txt": shutil.copy,
118 "DerivedNumericValues.txt": shutil.copy
    [all...]
  /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)
230 shutil.copyfile(source_path, dest_path)
290 shutil.rmtree(TMP_DAT_PATH)
300 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICUDATA_DAT),
305 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
177 shutil.rmtree(OPTIONS.input_tmp)
  /external/webkit/WebKitTools/Scripts/webkitpy/
queueengine_unittest.py 31 import shutil namespace
166 shutil.rmtree(self.temp_dir)
  /packages/apps/Launcher2/
print_db.py 5 import shutil namespace
28 shutil.rmtree(DIR, True)
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 33 import shutil namespace
166 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/protobuf/gtest/test/
gtest_test_utils.py 38 import shutil namespace
126 shutil.rmtree(_temp_dir, ignore_errors=True)
  /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...]

Completed in 344 milliseconds

1 2