Searched refs:ota_download_extract_url (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ota/ota_agent/download/ |
A D | ota_download_file2fs_http.c | 16 int ota_download_extract_url(char *src_url, char *dest_url, unsigned int dest_buf_len); 68 if (ota_download_extract_url(url, new_url, tmp_url_len) < 0) { in ota_download_store_fs_start()
|
A D | ota_download_http.c | 154 int ota_download_extract_url(char *src_url, char *dest_url, unsigned int dest_buf_len) in ota_download_extract_url() function 241 if (ota_download_extract_url(url, new_url, tmp_url_len) < 0) { in ota_download_image_header() 391 if (ota_download_extract_url(url, new_url, tmp_url_len) < 0) { in ota_download_start()
|
Completed in 4 milliseconds