Home
last modified time | relevance | path

Searched refs:get_the_image (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/
H A Dentry.py24 from utils.download_sdk_and_image.download import get_the_image namespace
31 sdk_prepared = get_the_image('sdk', '', None, None)
34 dayu_prepared = get_the_image('dayu', '', None, None)
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
H A Ddownload.py320 def get_the_image(task_name, download_url, image_date, output_path_list): function
375 get_the_image('sdk', arguments.sdk_url, arguments.sdk_date, arguments.sdk_path)
378 get_the_image('sdk', sdk_config[0], sdk_config[1], sdk_config[2])
380 get_the_image('dayu', arguments.dayu_url, arguments.dayu_date, arguments.dayu_path)
383 get_the_image('dayu', dayu_config[0], dayu_config[1], dayu_config[2])

Completed in 1 milliseconds