Home
last modified time | relevance | path

Searched refs:url (Results 1 - 5 of 5) sorted by relevance

/build/
H A Dprebuilts_config.py169 def download_url(url, folder_path):
170 filename = url.split('/')[-1]
173 if _check_sha256(url, file_path):
180 print("Downloading {}".format(url))
181 with urllib.request.urlopen(url) as response, os.fdopen(
187 print("\n{} downloaded successfully".format(url))
243 def install_rustc(url, download_dir, version, one_type, code_path):
244 part_file_name = url.split('/')[-1].split('linux')[0]
266 url = os.path.join(args.repo_https, one_type.get('url'))
[all...]
H A Dprebuilts_download.py100 def _copy_url(args, task_id: int, url: str, local_file: str, code_dir: str, unzip_dir: str,
107 progress.console.log('Requesting {}'.format(url))
109 response = urlopen(url)
111 progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')
121 if _check_sha256(url, local_file):
136 def _copy_url_disable_rich(args, url: str, local_file: str, code_dir: str, unzip_dir: str,
140 print('Requesting {}, please wait'.format(url))
142 response = urlopen(url)
144 print("Failed to open {}, HTTPError: {}".format(url, e.code))
H A Dprebuilts_download.sh62 --pypi-url) # python package index url
66 --pypi-url=*)
67 PYPI_URL="${1#--pypi-url=}"
/build/hb/
H A Dsetup.py38 url='https://gitee.com/openharmony/build_lite', variable
/build/scripts/
H A Ddownload_sdk.py123 url = "http://ci.openharmony.cn/api/daily_build/build/tasks"
138 x = requests.post(url, json=myobj)

Completed in 3 milliseconds