Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/scripts/
H A Dcp-noerror16 def copytree(src, dst, symlinks=False, ignore=None): function
52 copytree(sys.argv[1], sys.argv[2])
H A Doe-build-perf-test85 shutil.copytree(src_dir, tgt_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Drust.py26 shutil.copytree(os.path.join(self.tc.sdk_files_dir, "rust/hello"), targetdir)
47 shutil.copytree(os.path.join(self.tc.sdk_files_dir, "rust/hello"), targetdir)
H A Dmaturin.py46 shutil.copytree(
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dliboe.py36 oe.path.copytree(src, dst)
70 oe.path.copytree(src, dst)
H A Dsigning.py43 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf")
44 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
H A Dsstatetests.py168 shutil.copytree(self.distro_specific_sstate, self.distro_specific_sstate + "_old")
684 oe.path.copytree(core_layer, copy_layer_1)
694 oe.path.copytree(core_layer, copy_layer_2)
/openbmc/openbmc/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)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py101 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf")
102 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
103 oe.path.copytree(selftestdir, newselftestdir)
/openbmc/openbmc-tools/rootfs_size/
H A Drootfs_size.py61 shutil.copytree(
/openbmc/openbmc/meta-phosphor/classes/
H A Dlicense_static.bbclass52 shutil.copytree(rootfs_license_dir, static_license_dir)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py88 def copytree(src, dst): function
137 copytree(src, dst)
H A Drootfs.py128 … shutil.copytree(self.image_rootfs + '-orig' + path, self.image_rootfs + path, symlinks=True)
138 shutil.copytree(src, dst)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py175 shutil.copytree("%s" % rootfs_dir, \
231 shutil.copytree(payload_dir, iso_dir, symlinks=True, dirs_exist_ok=True)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestexport.bbclass109 oe.path.copytree(src, dst)
149 oe.path.copytree(test_pkg_dir, export_pkg_dir)
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dstore.py89 shutil.copytree(tempdir, logdir)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py49 shutil.copytree(os.path.join(staging_etcdir_native, "apt"), dst_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py131 oe.path.copytree(pkg_dir, dst_dir)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py399 shutil.copytree(self.opkg_dir,
410 shutil.copytree(self.saved_opkg_dir,
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py261 shutil.copytree(source_dir, target_dir, symlinks=True)
274 shutil.copytree(source_dir, target_dir, symlinks=True)
/openbmc/openbmc/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')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb125 oe.path.copytree(src, dest)
/openbmc/openbmc/poky/meta/classes/
H A Dgo-vendor.bbclass141 shutil.copytree(src, dst, symlinks=True, dirs_exist_ok=True, \
H A Darchiver.bbclass327 oe.path.copytree(builddir, os.path.join(srcdir, \
508 oe.path.copytree(src, src_orig)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py439 oe.path.copytree(pkg_dir, dst_dir)

12