Home
last modified time | relevance | path

Searched refs:copytree (Results 1 – 25 of 48) sorted by relevance

12

/external/skia/infra/bots/assets/chromebook_arm_gles/
Dcreate.py49 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL'))
50 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR'))
51 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2'))
52 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
/external/python/cpython2/Doc/library/
Dshutil.rst93 :func:`copytree`\'s *ignore* argument, ignoring files and directories that
99 .. function:: copytree(src, dst, symlinks=False, ignore=None)
113 arguments the directory being visited by :func:`copytree`, and a list of its
114 contents, as returned by :func:`os.listdir`. Since :func:`copytree` is
181 operation. For :func:`copytree`, the exception argument is a list of 3-tuples
189 copytree example
192 This example is the implementation of the :func:`copytree` function, described
196 def copytree(src, dst, symlinks=False, ignore=None):
215 copytree(srcname, dstname, symlinks, ignore)
221 # catch the Error from the recursive copytree so that we can
[all …]
/external/skia/infra/bots/assets/armhf_sysroot/
Dcreate.py35 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir)
36 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8.4',
/external/selinux/libselinux/src/
Dselinuxswig_python.i48 def copytree(src, dest):
50 shutil.copytree(src, dest)
/external/skia/infra/bots/assets/win_toolchain/
Dcreate.py84 shutil.copytree(os.path.join(os.getcwd(), 'tools', 'gyp', 'pylib'),
94 shutil.copytree(src_dir, toolchain_dst, ignore=filter_toolchain_files)
/external/python/cpython2/Lib/plat-mac/
Dmacostools.py130 def copytree(src, dst, copydates=1): function
136 copytree(os.path.join(src, f), os.path.join(dst, f), copydates)
/external/ltp/tools/pounder21/test_scripts/
Dcopy_large_tree38 DIFF_ERRORS=`wc -l < $POUNDER_TMPDIR/copytree.diff`
/external/skia/gn/
Dcp.py21 shutil.copytree(src, dst)
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
Dcreate.py19 shutil.copytree(lib_path, target_dir)
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_release/
Dcreate.py19 shutil.copytree(lib_path, target_dir)
/external/skia/infra/bots/assets/linux_vulkan_sdk/
Dcreate.py21 shutil.copytree(sdk_path, target_dir)
/external/skia/infra/bots/assets/android_sdk/
Dcreate.py27 shutil.copytree(android_sdk_root, dst)
/external/skia/infra/bots/assets/win_vulkan_sdk/
Dcreate.py22 shutil.copytree(sdk_path, target_dir)
/external/vulkan-validation-layers/build-android/
Dbuild.py45 shutil.copytree(src_dir, dst_dir, symlinks=True)
237 shutil.copytree(src, dst,
/external/skia/infra/bots/assets/
Dasset_utils_test.py64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version)))
67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir)
/external/python/cpython2/Lib/
Dshutil.py145 def copytree(src, dst, symlinks=False, ignore=None): function
189 copytree(srcname, dstname, symlinks, ignore)
299 copytree(src, real_dst, symlinks=True)
/external/skia/tools/skp/
Dwebpages_playback.py513 def copytree(source_dir, dest_dir): function
520 copytree(source, dest)
523 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
/external/autotest/tko/parsers/test/
Dnew_scenario.py81 shutil.copytree(results_dirpath, copied_dirpath)
/external/chromium-trace/
Dupdate.py89 shutil.copytree(src, dst, ignore=shutil.ignore_patterns(*IGNORE_PATTERNS))
/external/fmtlib/support/
Dtravis-build.py63 shutil.copytree(html_dir, target_dir, ignore=shutil.ignore_patterns('.*'))
/external/python/cpython2/Lib/test/
Dtest_shutil.py164 shutil.copytree(src_dir, dst_dir)
222 shutil.copytree(src_dir, dst_dir, ignore=patterns)
232 shutil.copytree(src_dir, dst_dir, ignore=patterns)
255 shutil.copytree(src_dir, dst_dir, ignore=_filter)
333 shutil.copytree(TESTFN, TESTFN2)
/external/autotest/utils/
Dcompile_gwt_clients.py83 shutil.copytree(old_install_dir, install_dir)
/external/trappy/tests/
Dtest_caching.py108 shutil.copytree(src, cache_path)
/external/skia/infra/bots/recipe_modules/skia_swarming/
Dapi.py66 self.m.file.copytree('Copy Go binary',
/external/autotest/client/site_tests/platform_ImageLoader/
Dplatform_ImageLoader.py196 shutil.copytree(component1, self.CORRUPT_COMPONENT_PATH)

12