Lines Matching refs:dest_lib_path
143 def copy_ble_lib_files(src_repo_path, dest_lib_path, stm32_serie): argument
147 hci_path = Path(dest_lib_path / "hci")
171 for root, _, files in os.walk(dest_lib_path):
185 destination_path = os.path.join(dest_lib_path, relative_path)
316 dest_lib_path, argument
325 if not dest_lib_path.exists():
326 dest_lib_path.mkdir(parents=True)
329 src_repo_path, temp_source_path, dest_lib_path, current_version,
337 copy_ble_lib_files(src_repo_path, dest_lib_path, stm32_serie)
338 common_utils.apply_patch(dest_lib_path / "ble_zephyr.patch", dest_lib_path)
339 if Path(dest_lib_path / "README.rst").exists():
340 update_ble_lib_readme(dest_lib_path, update_version, commit)