Home
last modified time | relevance | path

Searched refs:url (Results 1 – 4 of 4) sorted by relevance

/build/
Dprebuilts_download.py77 def _copy_url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path, … argument
80 progress.console.log('Requesting {}'.format(url))
82 response = urlopen(url)
84 progress.console.log("Failed to open {}, HTTPError: {}".format(url, e.code), style='red')
98 def _copy_url_disable_rich(args, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_pa… argument
101 print('Requesting {}, please wait'.format(url))
103 response = urlopen(url)
105 print("Failed to open {}, HTTPError: {}".format(url, e.code))
Dprebuilts_download.sh51 --pypi-url) # python package index url
55 --pypi-url=*)
/build/lite/
Dsetup.py38 url='https://gitee.com/openharmony/build_lite',
/build/lite/hb_internal/common/
Dutils.py254 def download_tool(url, dst, tgt_dir=None): argument
257 res = requests.get(url, stream=True, timeout=(5, 9))