Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_shutil.py165 def copytree(self, src, dst, symlinks=False): member in FakeShutilModule
190 self.copytree(srcname, dstname, symlinks)
202 self.copytree(src, dst, symlinks=True)
Dfake_filesystem_shutil_test.py143 self.shutil.copytree(src_directory, dst_directory)
155 self.shutil.copytree,
/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/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_sdk/
Dcreate.py21 shutil.copytree(sdk_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/android_sdk/
Dcreate.py27 shutil.copytree(android_sdk_root, dst)
/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/win_vulkan_sdk/
Dcreate.py22 shutil.copytree(sdk_path, target_dir)
/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/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/chromium-trace/
Dupdate.py63 shutil.copytree(os.path.join(catapult_src_dir, d),
/external/autotest/tko/parsers/test/
Dnew_scenario.py81 shutil.copytree(results_dirpath, copied_dirpath)
/external/fmtlib/support/
Dtravis-build.py63 shutil.copytree(html_dir, target_dir, ignore=shutil.ignore_patterns('.*'))
Dmanage.py129 copy = shutil.copytree if os.path.isdir(src) else shutil.copyfile
/external/autotest/utils/
Dcompile_gwt_clients.py83 shutil.copytree(old_install_dir, install_dir)
/external/skia/infra/bots/recipe_modules/swarming/
Dapi.py66 self.m.file.copytree('Copy Go binary',
/external/autotest/client/site_tests/platform_ImageLoader/
Dplatform_ImageLoader.py178 shutil.copytree(component1, self.CORRUPT_COMPONENT_PATH)
/external/deqp/android/scripts/
Dbuild.py178 shutil.copytree(assetsSrcDir, assetsDstDir)
/external/autotest/server/cros/
Dtradefed_test.py891 shutil.copytree(
899 shutil.copytree(
/external/autotest/server/
Dbase_utils.py92 shutil.copytree(location, tmpfile, symlinks=True)
/external/v8/tools/clang/scripts/
Dpackage.py266 shutil.copytree(os.path.join(LLVM_BOOTSTRAP_INSTALL_DIR, 'include', 'c++'),

12