Lines Matching defs:str

36     def combine_short_options(**opts: bool) -> str:
58 def guess_dpdk_remote_dir(self, remote_dir: str | PurePath) -> PurePosixPath:
90 def join_remote_path(self, *args: str | PurePath) -> PurePosixPath:
94 def remote_path_exists(self, remote_path: str | PurePath) -> bool:
99 def copy_from(self, source_file: str | PurePath, destination_dir: str | Path) -> None:
103 def copy_to(self, source_file: str | Path, destination_dir: str | PurePath) -> None:
109 source_dir: str | PurePath,
110 destination_dir: str | Path,
112 exclude: str | list[str] | None = None,
127 source_dir: str | Path,
128 destination_dir: str | PurePath,
130 exclude: str | list[str] | None = None,
144 def remove_remote_file(self, remote_file_path: str | PurePath, force: bool = True) -> None:
151 remote_dir_path: str | PurePath,
161 remote_dir_path: str | PurePath,
163 exclude: str | list[str] | None = None,
167 def generate_tar_exclude_args(exclude_patterns) -> str:
194 self, remote_tarball_path: str | PurePath, expected_dir: str | PurePath | None = None
215 self, remote_tarball_path: str | PurePath
216 ) -> str | PurePosixPath | None:
234 remote_dpdk_dir: str | PurePath,
235 remote_dpdk_build_dir: str | PurePath,
268 def get_dpdk_version(self, build_dir: str | PurePath) -> str:
273 def kill_cleanup_dpdk_apps(self, dpdk_prefix_list: Iterable[str]) -> None:
285 def _get_dpdk_runtime_dirs(self, dpdk_prefix_list: Iterable[str]) -> list[PurePosixPath]:
304 def _list_remote_dirs(self, remote_path: str | PurePath) -> list[str] | None:
319 def _get_dpdk_pids(self, dpdk_runtime_dirs: Iterable[str | PurePath]) -> list[int]:
344 def _check_dpdk_hugepages(self, dpdk_runtime_dirs: Iterable[str | PurePath]) -> None:
363 def _remove_dpdk_runtime_dirs(self, dpdk_runtime_dirs: Iterable[str | PurePath]) -> None:
367 def get_dpdk_file_prefix(self, dpdk_prefix: str) -> str:
371 def get_compiler_version(self, compiler_name: str) -> str: