Lines Matching refs:numSectors
255 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype,
276 if (numSectors < ((1024*1024)/512)) {
277 SLOGE("Invalid container size specified (%d sectors)", numSectors);
315 unsigned fatSize = (((numSectors * 4) / 512) + 1) * 2;
316 unsigned numImgSectors = numSectors + fatSize + 2;