Searched refs:dst_dir (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 123 dst_dir = os.path.join(extracted_path, pkg) 126 if os.path.exists(dst_dir): 131 oe.path.copytree(pkg_dir, dst_dir) 161 dst_dir = d.getVar('TEST_PACKAGED_DIR') 165 shutil.copy2(file_path, dst_dir)
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
| H A D | sdk.py | 44 def _copy_apt_dir_to(self, dst_dir): argument 47 self.remove(dst_dir, True) 49 shutil.copytree(os.path.join(staging_etcdir_native, "apt"), dst_dir)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 427 dst_dir = os.path.join(extracted_path, pkg) 429 dst_dir = os.path.join(packaged_path) 437 if os.path.exists(dst_dir): 439 oe.path.copytree(pkg_dir, dst_dir) 506 dst_dir = self.d.getVar("TEST_PACKAGED_DIR") 510 shutil.copy2(file_path, dst_dir)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/ |
| H A D | 0001-corestripper-Fix-uninitialized-warning.patch | 40 len = strlen(di->dst_dir) + strlen("/dumps/") + 32 +
|