Lines Matching defs:str
33 def _run_cmd(cmd: str):
40 def _check_sha256(check_url: str, local_file: str) -> bool:
51 def _check_sha256_by_mark(args, check_url: str, code_dir: str, unzip_dir: str, unzip_filename: str)…
61 def _obtain_sha256_by_sha_sums256(check_url: str) -> str:
74 def _config_parse(config: dict, tool_repo: str, host_os_version: str) -> dict:
88 def _uncompress(args, src_file: str, code_dir: str, unzip_dir: str, unzip_filename: str, mark_file_…
99 def _copy_url(args, task_id: int, url: str, local_file: str, code_dir: str, unzip_dir: str,
100 unzip_filename: str, mark_file_path: str, progress):
135 def _copy_url_disable_rich(args, url: str, local_file: str, code_dir: str, unzip_dir: str,
136 unzip_filename: str, mark_file_path: str):
165 def _hwcloud_download(args, config: dict, bin_dir: str, code_dir: str):
266 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool):
280 def _file_handle(config: dict, code_dir: str, host_platform: str):
327 def _install(config: dict, code_dir: str):