Searched refs:download_dir (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/build/ |
H A D | prebuilts_config.py | 98 def install_hpm(code_path, download_dir, symlink_dir, home_path): argument 108 if not os.path.exists(download_dir): 109 os.makedirs(download_dir) 119 download_dir]) 139 copy_file(package_path, download_dir) 140 copy_file(package_lock_path, download_dir) 147 npm_install(download_dir) 160 copy_folder(os.path.join(download_dir, "node_modules"), symlink) 227 def install_python(version, download_dir, one_type, code_path): argument 243 def install_rustc(url, download_dir, version, one_type, code_path): argument [all …]
|