Home
last modified time | relevance | path

Searched refs:download_loader (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkboot.h21 bool download_loader(PBYTE data_buf, int size, char *dest_path);
H A Drkboot.c332 bool download_loader(PBYTE data_buf, int size, char *dest_path) in download_loader() function
H A Dflash_image.c774 if (!download_loader(data_buf, pcmd->size, pcmd->dest_path)) { in flash_bootloader()