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

  /system/core/toolbox/
nandread.c 45 struct mtd_info_user mtdinfo; local
125 ret = ioctl(fd, MEMGETINFO, &mtdinfo);
133 printf("size: %u\n", mtdinfo.size);
134 printf("erase size: %u\n", mtdinfo.erasesize);
135 printf("write size: %u\n", mtdinfo.writesize);
136 printf("oob size: %u\n", mtdinfo.oobsize);
139 buffer = malloc(mtdinfo.writesize + mtdinfo.oobsize + spare_size);
142 mtdinfo.writesize + mtdinfo.oobsize)
    [all...]

Completed in 1532 milliseconds