Home
last modified time | relevance | path

Searched full:download_save_path (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Ddownload.py293 def delete_redundant_files(task_name, file_name, download_save_path, is_save): argument
296 new_file_path = os.path.join(download_save_path, f'{date_time}-{task_name}')
299 temp_file_path = os.path.join(download_save_path, temp_file_name)
301 subdirs_and_files = [subdir_or_file for subdir_or_file in os.listdir(download_save_path)]
304 path = os.path.join(download_save_path, subdir_or_file)
323 download_save_path = configs.get('download_save_path')
333 success = get_the_unzip_file(download_url, download_save_path)
338 copy_to_output_path(file_name, download_save_path, output_path_list)
339 delete_redundant_files(task_name, file_name, download_save_path, is_save)
/arkcompiler/ets_frontend/test/scripts/utils/
Dconfig.yaml18 download_save_path: D:\save_path