Searched refs:copytree (Results 1 - 12 of 12) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_api_refresh.py | 95 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 D | t_api_search.py | 1775 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 D | t_catalog.py | 815 shutil.copytree(cpath, dup1_path) 843 shutil.copytree(cpath, dup1_path)
|
/pkg/src/tests/cli/ |
H A D | t_pkg_refresh.py | 472 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 D | t_pkgsurf.py | 591 shutil.copytree(self.dpath2, path)
|
H A D | t_pkgrepo.py | 1419 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 D | t_pkg_sysrepo.py | 514 shutil.copytree(base_dir, self.htdocs_dir)
|
/pkg/src/modules/ |
H A D | misc.py | 137 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 D | pkg5unittest.py | 628 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 D | pull.py | 1005 shutil.copytree(src_cat_root, c_root)
|
/pkg/src/modules/client/ |
H A D | image.py | 2219 misc.copytree(cat.meta_root, cpath)
|
/pkg/src/modules/server/ |
H A D | repository.py | 984 misc.copytree(old_cat_root, tmp_cat_root)
|
Completed in 101 milliseconds