Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dota_nbpatch.c98 FILE* all_fd = NULL; in ota_patch_dump_flash() local
99 all_fd = fopen (name, "wb" ); in ota_patch_dump_flash()
100 if (all_fd==NULL) { in ota_patch_dump_flash()
110 ret = fwrite(memory_base + app_info->partition_start_addr, size, 1, all_fd); in ota_patch_dump_flash()
115 fflush(all_fd); in ota_patch_dump_flash()

Completed in 3 milliseconds