Home | History | Annotate | Download | only in vold

Lines Matching refs:fatSize

315     unsigned fatSize = (((numSectors * 4) / 512) + 1) * 2;
316 unsigned numImgSectors = numSectors + fatSize + 2;