Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp140 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, … in setupLoopDevice() argument
141 if (Loop::lookupActive(idHash, buffer, len)) { in setupLoopDevice()
142 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice()
157 …char* loopDevice, const char* asecFileName, const char* key, const char* idHash , int numImgSector… in setupDevMapperDevice() argument
159 if (Devmapper::lookupActive(idHash, buffer, len)) { in setupDevMapperDevice()
160 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, in setupDevMapperDevice()
690 char idHash[33]; in getObbMountPath() local
691 if (!asecHash(sourceFile, idHash, sizeof(idHash))) { in getObbMountPath()
697 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash); in getObbMountPath()
839 char idHash[33]; in createAsec() local
[all …]