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

1234567891011>>

/external/python/cpython3/Lib/test/
H A Dfinal_a.py5 import shutil namespace
15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
H A Dfinal_b.py5 import shutil namespace
15 print("shutil.rmtree =", getattr(shutil.rmtree, '__name__', None))
/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/skqp/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
30 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/skia/tools/skqp/
H A Dsetup_resources8 import shutil namespace
16 shutil.rmtree(dst)
19 shutil.copytree(os.path.join(skia, 'resources'), dst)
/external/skqp/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/skqp/tools/skqp/
H A Dsetup_resources8 import shutil namespace
16 shutil.rmtree(dst)
19 shutil.copytree(os.path.join(skia, 'resources'), dst)
/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/skqp/infra/bots/assets/linux_vulkan_intel_driver_debug/
H A Dcreate.py13 import shutil namespace
19 shutil.copytree(lib_path, target_dir)
/external/skqp/infra/bots/assets/linux_vulkan_intel_driver_release/
H A Dcreate.py13 import shutil namespace
19 shutil.copytree(lib_path, target_dir)
/external/skqp/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/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py15 import shutil namespace
42 shutil.copy(f, lib_dir)
46 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
47 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
48 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
49 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/external/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py15 import shutil namespace
42 shutil.copy(f, lib_dir)
46 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
47 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
48 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
49 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/external/skqp/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py15 import shutil namespace
42 shutil.copy(f, lib_dir)
46 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
47 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
48 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
49 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/external/skqp/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py15 import shutil namespace
42 shutil.copy(f, lib_dir)
46 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
47 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
48 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
49 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/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)
28 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/skqp/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"))

Completed in 405 milliseconds

1234567891011>>