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

1234567891011>>

/external/skia/gn/
H A Dcp.py9 import shutil namespace
16 shutil.rmtree(dst)
21 shutil.copytree(src, dst)
23 shutil.copy2(src, dst)
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dtempfile_ext.py7 import shutil namespace
25 shutil.rmtree(d)
/external/skia/infra/bots/assets/android_ndk_windows/
H A Dcreate.py15 import shutil namespace
27 shutil.move(f, target_dir)
32 shutil.rmtree(os.path.join(target_dir,
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dexample.py29 >>> shutil #doctest: +ELLIPSIS
43 import shutil namespace
121 shutil.rmtree(path)
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
H A Dcreate.py13 import shutil namespace
19 shutil.copytree(lib_path, target_dir)
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_release/
H A Dcreate.py13 import shutil namespace
19 shutil.copytree(lib_path, target_dir)
/external/skia/infra/bots/assets/linux_vulkan_sdk/
H A Dcreate.py13 import shutil namespace
21 shutil.copytree(sdk_path, target_dir)
/external/toolchain-utils/binary_search_tool/test/
H A Dswitch_to_bad_noinc_prune.py18 import shutil namespace
33 shutil.copy(argv[1], './noinc_prune_bad')
H A Dswitch_to_good_noinc_prune.py18 import shutil namespace
31 shutil.copy(argv[1], './noinc_prune_good')
/external/autotest/client/deps/webgl_clear/
H A Dwebgl_clear.py7 import os, shutil namespace
22 shutil.rmtree(srcdir, ignore_errors=True)
31 shutil.copy(os.path.join(filesdir, 'WebGLClear.html'), srcdir)
/external/autotest/client/deps/webgl_perf/
H A Dwebgl_perf.py7 import os, shutil namespace
20 shutil.rmtree(srcdir, ignore_errors=True)
29 shutil.copy('../files/favicon.ico', srcdir)
/external/autotest/client/site_tests/platform_FileNum/
H A Dplatform_FileNum.py17 import shutil namespace
45 shutil.rmtree(create_dir)
56 shutil.rmtree(create_dir)
/external/skia/infra/bots/assets/win_vulkan_sdk/
H A Dcreate.py13 import shutil namespace
22 shutil.copytree(sdk_path, target_dir)
23 shutil.copyfile(runtime_path, os.path.join(target_dir, "vulkan-1.dll"))
/external/chromium-trace/
H A Dupdate.py3 import codecs, httplib, json, optparse, os, urllib, shutil, subprocess, sys namespace
23 shutil.rmtree(catapult_src_dir, True)
45 shutil.rmtree(catapult_git_dir, True)
61 shutil.rmtree(catapult_dst_dir)
63 shutil.copytree(os.path.join(catapult_src_dir, d),
65 ignore=shutil.ignore_patterns(*IGNORE_PATTERNS))
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dandroid_screen_recorder_profiler_unittest.py6 import shutil namespace
30 shutil.rmtree(out_dir)
H A Dtrace_profiler_unittest.py5 import shutil namespace
26 shutil.rmtree(out_dir)
/external/fmtlib/support/
H A Dupdate-converity-branch.py7 import shutil, tempfile namespace
30 shutil.rmtree(dir)
/external/libmojo/mojo/public/tools/
H A Dprepend.py14 import shutil namespace
33 shutil.copyfileobj(input_file, output_file)
/external/skia/infra/bots/assets/android_ndk_darwin/
H A Dcreate.py15 import shutil namespace
27 shutil.move(f, target_dir)
/external/skia/infra/bots/assets/android_ndk_linux/
H A Dcreate.py15 import shutil namespace
27 shutil.move(f, target_dir)
/external/skia/infra/bots/assets/android_sdk/
H A Dcreate.py14 import shutil namespace
27 shutil.copytree(android_sdk_root, dst)
/external/autotest/client/site_tests/platform_Pkcs11Events/
H A Dplatform_Pkcs11Events.py5 import random, shutil namespace
17 shutil.rmtree('%s/database' % pkcs11.TMP_CHAPS_DIR, ignore_errors=True)
19 shutil.rmtree(token, ignore_errors=True)
63 shutil.rmtree(token, ignore_errors=True)
/external/skia/infra/bots/recipe_modules/core/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)
/external/icu/tools/
H A Dupdateicudata.py7 import shutil namespace
51 shutil.copyfile('%s/%s' % (original_working_dir, data_filename),
62 shutil.copy('zoneinfo64.txt', icu_txt_data_dir)
83 shutil.copy(datfile, icu_dat_data_dir)
97 shutil.copy(jarfile, icu_jar_data_dir)
/external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
H A Dplatform_Pkcs11InitUnderErrors.py5 import logging, os, shutil namespace
34 shutil.rmtree(dbpath, ignore_errors=True)

Completed in 730 milliseconds

1234567891011>>