Searched refs:copytree (Results 1 – 25 of 35) sorted by relevance
12
165 def copytree(self, src, dst, symlinks=False): member in FakeShutilModule190 self.copytree(srcname, dstname, symlinks)202 self.copytree(src, dst, symlinks=True)
143 self.shutil.copytree(src_directory, dst_directory)155 self.shutil.copytree,
48 def copytree(src, dest):50 shutil.copytree(src, dest)
84 shutil.copytree(os.path.join(os.getcwd(), 'tools', 'gyp', 'pylib'),94 shutil.copytree(src_dir, toolchain_dst, ignore=filter_toolchain_files)
38 DIFF_ERRORS=`wc -l < $POUNDER_TMPDIR/copytree.diff`
21 shutil.copytree(src, dst)
19 shutil.copytree(lib_path, target_dir)
21 shutil.copytree(sdk_path, target_dir)
27 shutil.copytree(android_sdk_root, dst)
45 shutil.copytree(src_dir, dst_dir, symlinks=True)237 shutil.copytree(src, dst,
22 shutil.copytree(sdk_path, target_dir)
64 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)
513 def copytree(source_dir, dest_dir): function520 copytree(source, dest)523 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
63 shutil.copytree(os.path.join(catapult_src_dir, d),
81 shutil.copytree(results_dirpath, copied_dirpath)
63 shutil.copytree(html_dir, target_dir, ignore=shutil.ignore_patterns('.*'))
129 copy = shutil.copytree if os.path.isdir(src) else shutil.copyfile
83 shutil.copytree(old_install_dir, install_dir)
66 self.m.file.copytree('Copy Go binary',
178 shutil.copytree(component1, self.CORRUPT_COMPONENT_PATH)
178 shutil.copytree(assetsSrcDir, assetsDstDir)
891 shutil.copytree(899 shutil.copytree(
92 shutil.copytree(location, tmpfile, symlinks=True)
266 shutil.copytree(os.path.join(LLVM_BOOTSTRAP_INSTALL_DIR, 'include', 'c++'),