Lines Matching refs:Path
12 from pathlib import Path
147 hci_path = Path(dest_lib_path / "hci")
159 src_file_path = Path(src_repo_path / file)
163 shutil.copy(src_file_path, Path(hci_path / file_name))
179 src_file_path = Path(src_repo_path / file)
204 readme_path = Path(lib_path / "README.rst")
241 temp_source_lib_path = Path(temp_source_path / "lib" / stm32_serie)
264 ("git", "add", "-A", Path(temp_source_lib_path / "*")),
287 if Path(temp_source_lib_path / "README.rst").exists():
288 Path(temp_source_lib_path / "README.rst").unlink()
339 if Path(dest_lib_path / "README.rst").exists():