Searched refs:_url (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | update.c | 39 static char * _url = NULL; variable 57 _url = url; in RK_ota_set_url() 59 sprintf(_url_dir, "%s", _url); in RK_ota_set_url() 111 if ( analyticImage(_url, &rkimage_hdr) != 0) { in RK_ota_set_partition() 309 if (_url == NULL) { in RK_ota_start() 316 int res = download_file(_url, _save_path); in RK_ota_start() 318 _url = (char *)_save_path; in RK_ota_start() 356 if (update_cmd[i].cmd(_url, (void*)(&update_cmd[i])) != 0) { in RK_ota_start() 390 comparefile(update_cmd[i].dest_path, _url, in RK_ota_start() 466 snprintf(done_file, 256, "%s.done", _url); in RK_ota_start()
|