Home
last modified time | relevance | path

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

1234

/external/skia/infra/bots/assets/chromebook_arm_gles/
Dcreate.py46 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/
Dcreate.py46 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/
Dcreate.py46 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/
Dcreate.py46 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/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/python/google-api-python-client/
Dexpandsymlinks.py21 from shutil import copytree
52 copytree(FLAGS.source, FLAGS.dest, symlinks=True,
/external/skqp/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/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/icu/tools/
Dupdatecldrdata.py31 shutil.copytree(os.path.join(icu_dir, 'icu4j'), 'icu4j', True)
57 shutil.copytree(os.path.join(cldr_dir, 'tools/java'), 'cldr-tools-java', True)
/external/python/setuptools/setuptools/command/
Dinstall_egg_info.py42 self.copytree, (), "Copying %s to %s" % (self.source, self.target)
49 def copytree(self): member in install_egg_info
/external/v8/tools/node/
Dtest_backport_node.py37 shutil.copytree(src=os.path.join(TEST_DATA, 'v8'), dst=v8_cwd)
41 shutil.copytree(src=os.path.join(TEST_DATA, 'node'), dst=node_cwd)
Dtest_update_node.py84 shutil.copytree(src=os.path.join(TEST_DATA, 'v8'), dst=v8_cwd)
90 shutil.copytree(src=os.path.join(TEST_DATA, 'node'), dst=node_cwd)
/external/capstone/bindings/python/
Dsetup.py85 shutil.copytree(os.path.join(BUILD_DIR, "arch"), os.path.join(SRC_DIR, "arch"))
86 shutil.copytree(os.path.join(BUILD_DIR, "include"), os.path.join(SRC_DIR, "include"))
118 shutil.copytree(os.path.join(BUILD_DIR, 'include'), os.path.join(HEADERS_DIR, 'capstone'))
/external/python/cpython3/Doc/library/
Dshutil.rst191 :func:`copytree`\'s *ignore* argument, ignoring files and directories that
195 .. function:: copytree(src, dst, symlinks=False, ignore=None, \
218 arguments the directory being visited by :func:`copytree`, and a list of its
219 contents, as returned by :func:`os.listdir`. Since :func:`copytree` is
304 :func:`copytree` is called, passing it the :func:`copy_function`. The
370 operation. For :func:`copytree`, the exception argument is a list of 3-tuples
374 .. _shutil-copytree-example:
376 copytree example
379 This example is the implementation of the :func:`copytree` function, described
383 def copytree(src, dst, symlinks=False):
[all …]
/external/selinux/libselinux/src/
Dselinuxswig_python.i54 def copytree(src, dest):
56 shutil.copytree(src, dest)
/external/python/setuptools/setuptools/
Dbuild_meta.py149 shutil.copytree('dist', wheel_directory)
166 shutil.copytree('dist', sdist_directory)
/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/skqp/gn/
Dcp.py21 shutil.copytree(src, dst)
/external/skia/gn/
Dcp.py21 shutil.copytree(src, dst)
/external/skia/infra/bots/assets/android_sdk_linux/
Dcreate.py27 shutil.copytree(android_sdk_root, dst)
/external/skqp/infra/bots/assets/android_sdk_linux/
Dcreate.py27 shutil.copytree(android_sdk_root, dst)
/external/vulkan-validation-layers/build-android/
Dbuild.py45 shutil.copytree(src_dir, dst_dir, symlinks=True)
258 shutil.copytree(src, dst,
/external/skia/tools/skqp/
Dsetup_resources19 shutil.copytree(os.path.join(skia, 'resources'), dst)
/external/skqp/tools/skqp/
Dsetup_resources19 shutil.copytree(os.path.join(skia, 'resources'), dst)
/external/skia/infra/bots/assets/win_toolchain/
Dcreate.py63 shutil.copytree(src_dir, target_dir, ignore=filter_toolchain_files)

1234