Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp98 static int writeSuperBlock(const char* name, struct asec_superblock *sb, unsigned int numImgSectors in writeSuperBlock() argument
105 if (lseek(sbfd, (numImgSectors * 512), SEEK_SET) < 0) { in writeSuperBlock()
159 …ar* asecFileName, const char* key, const char* idHash , unsigned long numImgSectors, bool* created… in setupDevMapperDevice() argument
162 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, in setupDevMapperDevice()
821 unsigned long numImgSectors; in createAsec() local
823 numImgSectors = adjustSectorNumExt4(numSectors); in createAsec()
825 numImgSectors = adjustSectorNumFAT(numSectors); in createAsec()
828 if (Loop::createImageFile(asecFileName, numImgSectors + 1)) { in createAsec()
853 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice, in createAsec()
869 if (writeSuperBlock(loopDevice, &sb, numImgSectors)) { in createAsec()
[all …]