| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | cp-noerror | 14 def copytree(src, dst, symlinks=False, ignore=None): function 50 copytree(sys.argv[1], sys.argv[2])
|
| H A D | oe-build-perf-test | 85 shutil.copytree(src_dir, tgt_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | liboe.py | 34 oe.path.copytree(src, dst) 68 oe.path.copytree(src, dst)
|
| H A D | signing.py | 41 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf") 42 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
|
| H A D | sstatetests.py | 143 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 D | devtool.py | 60 … shutil.copytree(pth, destdir, ignore=shutil.ignore_patterns('*.pyc', '__pycache__'))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/cases/ |
| H A D | devtool.py | 22 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 D | context.py | 85 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 D | path.py | 86 def copytree(src, dst): function 134 copytree(src, dst)
|
| H A D | rootfs.py | 127 … shutil.copytree(self.image_rootfs + '-orig' + dir, self.image_rootfs + dir, symlinks=True) 135 shutil.copytree(src, dst)
|
| H A D | recipeutils.py | 451 shutil.copytree(bb_dir, tgt_dir)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 173 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 D | testexport.bbclass | 107 oe.path.copytree(src, dst) 147 oe.path.copytree(test_pkg_dir, export_pkg_dir)
|
| H A D | archiver.bbclass | 317 oe.path.copytree(builddir, os.path.join(srcdir, \ 495 oe.path.copytree(src, src_orig)
|
| H A D | buildhistory.bbclass | 1014 oe.path.copytree(input_ptest, output_ptest)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | sdk.py | 47 shutil.copytree(os.path.join(staging_etcdir_native, "apt"), dst_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 129 oe.path.copytree(pkg_dir, dst_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 259 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__.py | 463 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 D | 0002-add-an-option-to-specify-iptables-location.patch | 28 @@ -245,45 +245,50 @@ shutil.copytree('src', 'staging')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/ |
| H A D | kernel-selftest.bb | 115 oe.path.copytree(src, dest)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 459 oe.path.copytree(pkg_dir, dst_dir)
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | intro.rst | 429 shutil.copytree(myapp_src, cls.myapp_dst)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 673 shutil.copytree(tempdir_localdir, srctree_localdir)
|