HomeSort by relevance Sort by last modified time
    Searched full:mtddevname (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/mtdutils/
mtdutils.c 241 char mtddevname[32]; local
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
243 int fd = open(mtddevname, O_RDONLY);
268 char mtddevname[32]; local
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
270 ctx->fd = open(mtddevname, O_RDONLY);
384 char mtddevname[32]; local
385 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
386 ctx->fd = open(mtddevname, O_RDWR);

Completed in 37 milliseconds