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

/system/core/toolbox/
H A Dnandread.c45 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
[all...]

Completed in 43 milliseconds