Searched refs:one_type (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/build/ |
H A D | prebuilts_config.py | 227 def install_python(version, download_dir, one_type, code_path): argument 232 os.path.join(code_path, one_type.get('symlink'))) 243 def install_rustc(url, download_dir, version, one_type, code_path): argument 262 for one_type in tar_download: 263 download_flag = download_or_not(cpu_type, one_type, os_type) 265 version = one_type.get('version') 291 if one_type.get('type') == 'dir': 301 def download_or_not(cpu_type, one_type, os_type): argument 304 if one_type.get('target_os') == os_type: 307 if one_type.get('target_os') == os_type and ( [all …]
|