Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcp-noerror14 def copytree(src, dst, symlinks=False, ignore=None): function
50 copytree(sys.argv[1], sys.argv[2])
H A Doe-build-perf-test85 shutil.copytree(src_dir, tgt_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dliboe.py34 oe.path.copytree(src, dst)
68 oe.path.copytree(src, dst)
H A Dsigning.py41 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf")
42 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
H A Dsstatetests.py143 shutil.copytree(self.distro_specific_sstate, self.distro_specific_sstate + "_old")
596 oe.path.copytree(core_layer, copy_layer_1)
605 oe.path.copytree(core_layer, copy_layer_2)
H A Ddevtool.py60 … shutil.copytree(pth, destdir, ignore=shutil.ignore_patterns('*.pyc', '__pycache__'))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py22 shutil.copytree(myapp_src, cls.myapp_dst)
29 shutil.copytree(myapp_cmake_src, cls.myapp_cmake_dst)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py85 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf")
86 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
87 oe.path.copytree(selftestdir, newselftestdir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py86 def copytree(src, dst): function
134 copytree(src, dst)
H A Drootfs.py127 … shutil.copytree(self.image_rootfs + '-orig' + dir, self.image_rootfs + dir, symlinks=True)
135 shutil.copytree(src, dst)
H A Drecipeutils.py451 shutil.copytree(bb_dir, tgt_dir)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py173 shutil.copytree("%s" % rootfs_dir, \
229 shutil.copytree(payload_dir, iso_dir, symlinks=True, dirs_exist_ok=True)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestexport.bbclass107 oe.path.copytree(src, dst)
147 oe.path.copytree(test_pkg_dir, export_pkg_dir)
H A Darchiver.bbclass317 oe.path.copytree(builddir, os.path.join(srcdir, \
495 oe.path.copytree(src, src_orig)
H A Dbuildhistory.bbclass1014 oe.path.copytree(input_ptest, output_ptest)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py47 shutil.copytree(os.path.join(staging_etcdir_native, "apt"), dst_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py129 oe.path.copytree(pkg_dir, dst_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py259 shutil.copytree(source_dir, target_dir, symlinks=True)
272 shutil.copytree(source_dir, target_dir, symlinks=True)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py463 shutil.copytree(self.opkg_dir,
474 shutil.copytree(self.saved_opkg_dir,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0002-add-an-option-to-specify-iptables-location.patch28 @@ -245,45 +245,50 @@ shutil.copytree('src', 'staging')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb115 oe.path.copytree(src, dest)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py459 oe.path.copytree(pkg_dir, dst_dir)
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dintro.rst429 shutil.copytree(myapp_src, cls.myapp_dst)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py673 shutil.copytree(tempdir_localdir, srctree_localdir)