Lines Matching refs:str
34 def _run_cmd(cmd: str):
41 def _check_sha256(check_url: str, local_file: str) -> bool:
52 def _check_sha256_by_mark(args, check_url: str, code_dir: str, unzip_dir: str, unzip_filename: str) -> bool:
62 def _obtain_sha256_by_sha_sums256(check_url: str) -> str:
75 def _config_parse(config: dict, tool_repo: str, glibc_version: str) -> dict:
89 def _uncompress(args, src_file: str, code_dir: str, unzip_dir: str, unzip_filename: str, mark_file_path: str):
100 def _copy_url(args, task_id: int, url: str, local_file: str, code_dir: str, unzip_dir: str,
101 unzip_filename: str, mark_file_path: str, progress):
136 def _copy_url_disable_rich(args, url: str, local_file: str, code_dir: str, unzip_dir: str,
137 unzip_filename: str, mark_file_path: str):
166 def _hwcloud_download(args, config: dict, bin_dir: str, code_dir: str, glibc_version: str):
267 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool):
284 def _file_handle(config: dict, code_dir: str, host_platform: str):
331 def _install(config: dict, code_dir: str):