Home
last modified time | relevance | path

Searched refs:shutil (Results 1 - 25 of 257) sorted by relevance

1234567891011

/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdcopy.py28 import shutil namespace
114 "BidiMirroring.txt": shutil.copy,
115 "BidiTest.txt": (shutil.copy, "testdata"),
116 "Blocks.txt": shutil.copy,
117 "CaseFolding.txt": shutil.copy,
118 "DerivedAge.txt": shutil.copy,
119 "DerivedBidiClass.txt": shutil.copy,
120 "DerivedJoiningGroup.txt": shutil.copy,
121 "DerivedJoiningType.txt": shutil.copy,
122 "DerivedNumericValues.txt": shutil
[all...]
/third_party/python/Lib/test/
H A Dtest_shutil.py5 import shutil namespace
19 from shutil import (make_archive,
196 shutil.rmtree(victim)
205 self.assertRaises(OSError, shutil.rmtree, link)
211 shutil.rmtree(link, onerror=onerror)
234 shutil.rmtree(dir1)
247 self.assertRaises(OSError, shutil.rmtree, link)
253 shutil.rmtree(link, onerror=onerror)
276 shutil.rmtree(dir1)
284 self.assertRaises(FileNotFoundError, shutil
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dupdate.py3 import sys, os, subprocess, shutil namespace
7 git = shutil.which ('git'); assert git
8 make = shutil.which ('make'); assert make
9 java = shutil.which ('java'); assert java
10 cxx = shutil.which ('c++'); assert cxx
22 shutil.copy ('hb-aots-tester.cpp', 'aots/harfbuzz')
27 shutil.rmtree ('tests')
/third_party/python/Lib/
H A Dwebbrowser.py7 import shutil namespace
119 if not shutil.which(cmd):
462 if shutil.which("xdg-open"):
467 if shutil.which("gio"):
471 if "GNOME_DESKTOP_SESSION_ID" in os.environ and shutil.which("gvfs-open"):
475 if "KDE_FULL_SESSION" in os.environ and shutil.which("kfmclient"):
478 if shutil.which("x-www-browser"):
483 if shutil.which(browser):
490 if shutil.which(browser):
494 if shutil
[all...]
/third_party/python/Lib/test/libregrtest/
H A Dsave_env.py174 shutil = self.try_get_module('shutil')
178 return shutil._ARCHIVE_FORMATS, shutil._ARCHIVE_FORMATS.copy()
180 shutil = self.get_module('shutil')
181 shutil._ARCHIVE_FORMATS = saved[0]
182 shutil._ARCHIVE_FORMATS.clear()
183 shutil._ARCHIVE_FORMATS.update(saved[1])
186 shutil
[all...]
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py16 import shutil namespace
51 shutil.copy(f, lib_dir)
55 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
56 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
57 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
58 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py16 import shutil namespace
51 shutil.copy(f, lib_dir)
55 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
56 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
57 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
58 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dmake_distribution_archives.py9 import shutil namespace
109 shutil.rmtree(file_path)
117 shutil.rmtree(build_dir)
138 shutil.copy(os.path.join(git_dir, src), dst)
142 shutil.rmtree(
149 shutil.copy(
168 shutil.rmtree(os.path.join(tmp_src_dir, "docs", "markdown"))
199 shutil.copy(
/third_party/skia/infra/bots/assets/armhf_sysroot/
H A Dcreate.py16 import shutil namespace
36 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir)
37 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/6',
41 shutil.copy('/usr/lib/x86_64-linux-gnu/libbfd-2.28-armhf.so',
43 shutil.copy('/usr/lib/x86_64-linux-gnu/libopcodes-2.28-armhf.so',
/third_party/skia/gn/
H A Dcp.py9 import shutil namespace
16 shutil.rmtree(dst)
21 shutil.copytree(src, dst)
23 shutil.copy2(src, dst)
/third_party/skia/infra/bots/recipe_modules/doxygen/resources/
H A Dgenerate_and_upload_doxygen.py12 import shutil namespace
35 shutil.rmtree(path)
47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
56 shutil.copyfileobj(reader, writer)
/third_party/skia/infra/bots/assets/valgrind/
H A Dcreate.py17 import shutil namespace
69 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'),
74 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', lib),
78 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', libname),
81 shutil.copy('default.supp',
/third_party/gn/build/
H A Dfull_test.py7 import shutil namespace
18 shutil.rmtree(d)
26 shutil.copy2(gn_path_to_use, gn_to_run)
31 shutil.move(comp_dir, save_out_dir)
/third_party/mesa3d/ohos/
H A Dbuild_mesa3d.py30 import shutil namespace
83 shutil.rmtree(mesa3d_install_dir, ignore_errors=True)
86 shutil.copy(item, mesa3d_install_dir)
89 shutil.copy(item, os.path.join(mesa3d_install_dir, 'libgallium_dri.so')) # consider create symlink or hardlink
/third_party/skia/third_party/externals/libwebp/swig/
H A Dsetup.py8 import shutil namespace
22 shutil.copy2("libwebp.py", package_path)
40 shutil.rmtree(tmpdir)
/third_party/skia/tools/skqp/
H A Dsetup_resources8 import shutil namespace
16 shutil.rmtree(dst)
19 shutil.copytree(os.path.join(skia, 'resources'), dst)
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py3 import sys, os, subprocess, shutil, glob namespace
68 git = shutil.which ('git')
76 shutil.rmtree ('fonts', ignore_errors=True)
78 shutil.copytree ('text-rendering-tests/fonts', 'fonts')
81 shutil.rmtree ('tests', ignore_errors=True)
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py16 import shutil namespace
162 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
180 shutil.copyfile(
182 shutil.rmtree(old_skps_dir)
183 shutil.rmtree(new_skps_dir)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-libstdc++.py3 import sys, os, shutil, subprocess namespace
9 ldd = os.getenv ('LDD', shutil.which ('ldd'))
11 otool = os.getenv ('OTOOL', shutil.which ('otool'))
H A Dgen-ragel-artifacts.py5 import os, os.path, sys, subprocess, shutil namespace
19 shutil.copy (INPUT, outdir)
25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dgenerate_wgsl_corpus.py32 import shutil namespace
50 shutil.rmtree(corpus_dir)
56 shutil.copy(in_file, corpus_dir + os.sep + out_file)
/third_party/jerryscript/tools/runners/
H A Drun-test-suite-test262.py20 import shutil namespace
78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'),
90 shutil.rmtree(path_to_remove)
94 shutil.rmtree(path_to_remove)
/third_party/node/tools/icu/
H A Dshrink-icu-src.py7 import shutil namespace
34 shutil.rmtree(options.icudst)
45 shutil.copyfileobj(inf, outf)
115 shutil.copytree(options.icusrc, options.icudst, ignore=icu_ignore)
/third_party/flatbuffers/
H A Dinstall.py19 import shutil namespace
35 shutil.rmtree(old_dir)
39 shutil.copytree(src_dir, dst_dir)
/third_party/skia/third_party/externals/angle2/tools/glslang/
H A Dupdate_glslang_binary.py16 import shutil namespace
63 shutil.copy(glslang_src, glslang_dst)
66 shutil.rmtree(out_dir)

Completed in 7 milliseconds

1234567891011