Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dupdate.c218 … const MtdPartition *mtdp = mtd_find_partition_by_name(update_cmd[i].name); in RK_ota_set_partition() local
219 if (mtdp) { in RK_ota_set_partition()
220 sprintf(update_cmd[i].dest_path, "/dev/mtd%d", mtdp->device_index); in RK_ota_set_partition()