Searched refs:image_file_system (Results 1 - 1 of 1) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c481 const struct image_partition_entry *image_file_system = &image_parts[4]; local
491 assert(strcmp(image_file_system->name, "file-system") == 0);
495 if (image_file_system->size > flash_file_system->size)
498 *len = flash_file_system->base - flash_os_image->base + image_file_system->size;
509 memcpy(image + flash_file_system->base - flash_os_image->base, image_file_system->data, image_file_system->size);
519 const struct image_partition_entry *image_file_system = &image_parts[4]; local
525 assert(strcmp(image_file_system->name, "file-system") == 0);
529 if (image_file_system->size > flash_file_system->size)
532 *len = flash_file_system->base - flash_os_image->base + image_file_system
551 const struct image_partition_entry *image_file_system = &image_parts[4]; local
[all...]

Completed in 77 milliseconds