Searched refs:all_fd (Results 1 – 1 of 1) sorted by relevance
98 FILE* all_fd = NULL; in ota_patch_dump_flash() local99 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