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