Searched refs:copytree (Results 1 - 12 of 12) sorted by relevance

/pkg/src/tests/api/
H A Dt_api_refresh.py95 shutil.copytree(statedir, statedir_backup)
113 shutil.copytree(statedir_backup, statedir)
145 shutil.copytree(img_statedir, img_statedir_backup)
159 shutil.copytree(img_statedir_backup, img_statedir)
H A Dt_api_search.py1775 shutil.copytree(index_dir, index_dir_tmp)
1798 shutil.copytree(index_dir, index_dir_tmp)
1822 shutil.copytree(index_dir, index_dir_tmp)
1846 shutil.copytree(index_dir, index_dir_tmp)
2608 shutil.copytree(ind_dir, back_dir)
H A Dt_catalog.py815 shutil.copytree(cpath, dup1_path)
843 shutil.copytree(cpath, dup1_path)
/pkg/src/tests/cli/
H A Dt_pkg_refresh.py472 shutil.copytree(dc.get_repodir(), trpath)
514 shutil.copytree(dc.get_repodir(), trpath)
572 shutil.copytree(v1_cat.meta_root, old_cat)
637 shutil.copytree(old_cat, v1_cat.meta_root)
H A Dt_pkgsurf.py591 shutil.copytree(self.dpath2, path)
H A Dt_pkgrepo.py1419 shutil.copytree(src_repo, dest_repo)
1444 shutil.copytree(src_repo, dest_repo)
1469 shutil.copytree(src_repo, dest_repo)
1488 shutil.copytree(src_repo, dest_repo)
3454 misc.copytree(pubpath, dry_pubpath)
H A Dt_pkg_sysrepo.py514 shutil.copytree(base_dir, self.htdocs_dir)
/pkg/src/modules/
H A Dmisc.py137 def copytree(src, dst): function
138 """Rewrite of shutil.copytree() that can handle special files such as
152 copytree(s_path, d_path)
212 """Rewrite of shutil.move() that uses our copy of copytree()."""
226 copytree(src, dst)
/pkg/src/tests/
H A Dpkg5unittest.py628 shutil.copytree(os.path.join(g_test_dir, "ro_data"),
1263 misc.copytree(test.test_root, archive_path)
3025 shutil.copytree(spath, dpath)
/pkg/src/
H A Dpull.py1005 shutil.copytree(src_cat_root, c_root)
/pkg/src/modules/client/
H A Dimage.py2219 misc.copytree(cat.meta_root, cpath)
/pkg/src/modules/server/
H A Drepository.py984 misc.copytree(old_cat_root, tmp_cat_root)

Completed in 81 milliseconds