/external/skia/infra/bots/assets/chromebook_arm_gles/ |
D | create.py | 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/ |
D | create.py | 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/ |
D | create.py | 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/ |
D | create.py | 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/python/cpython2/Doc/library/ |
D | shutil.rst | 93 :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/ |
D | expandsymlinks.py | 21 from shutil import copytree 52 copytree(FLAGS.source, FLAGS.dest, symlinks=True,
|
/external/skqp/infra/bots/assets/armhf_sysroot/ |
D | create.py | 35 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/ |
D | create.py | 35 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir) 36 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8.4',
|
/external/icu/tools/ |
D | updatecldrdata.py | 31 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/ |
D | install_egg_info.py | 42 self.copytree, (), "Copying %s to %s" % (self.source, self.target) 49 def copytree(self): member in install_egg_info
|
/external/v8/tools/node/ |
D | test_backport_node.py | 37 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)
|
D | test_update_node.py | 84 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/ |
D | setup.py | 85 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/ |
D | shutil.rst | 191 :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/ |
D | selinuxswig_python.i | 54 def copytree(src, dest): 56 shutil.copytree(src, dest)
|
/external/python/setuptools/setuptools/ |
D | build_meta.py | 149 shutil.copytree('dist', wheel_directory) 166 shutil.copytree('dist', sdist_directory)
|
/external/python/cpython2/Lib/plat-mac/ |
D | macostools.py | 130 def copytree(src, dst, copydates=1): function 136 copytree(os.path.join(src, f), os.path.join(dst, f), copydates)
|
/external/skqp/gn/ |
D | cp.py | 21 shutil.copytree(src, dst)
|
/external/skia/gn/ |
D | cp.py | 21 shutil.copytree(src, dst)
|
/external/skia/infra/bots/assets/android_sdk_linux/ |
D | create.py | 27 shutil.copytree(android_sdk_root, dst)
|
/external/skqp/infra/bots/assets/android_sdk_linux/ |
D | create.py | 27 shutil.copytree(android_sdk_root, dst)
|
/external/vulkan-validation-layers/build-android/ |
D | build.py | 45 shutil.copytree(src_dir, dst_dir, symlinks=True) 258 shutil.copytree(src, dst,
|
/external/skia/tools/skqp/ |
D | setup_resources | 19 shutil.copytree(os.path.join(skia, 'resources'), dst)
|
/external/skqp/tools/skqp/ |
D | setup_resources | 19 shutil.copytree(os.path.join(skia, 'resources'), dst)
|
/external/skia/infra/bots/assets/win_toolchain/ |
D | create.py | 63 shutil.copytree(src_dir, target_dir, ignore=filter_toolchain_files)
|