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

/system/vold/
H A DVolumeManager.cpp297 unsigned numImgSectors = numSectors + fatSize + 2; local
299 if (numImgSectors % 63) {
300 numImgSectors += (63 - (numImgSectors % 63));
304 if (Loop::createImageFile(asecFileName, numImgSectors + 1)) {
329 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice,
357 if (lseek(sbfd, (numImgSectors * 512), SEEK_SET) < 0) {
385 formatStatus = Fat::format(dmDevice, numImgSectors);

Completed in 52 milliseconds