Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp106 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, … in setupLoopDevice() argument
107 if (Loop::lookupActive(idHash, buffer, len)) { in setupLoopDevice()
108 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice()
123 …char* loopDevice, const char* asecFileName, const char* key, const char* idHash , int numImgSector… in setupDevMapperDevice() argument
125 if (Devmapper::lookupActive(idHash, buffer, len)) { in setupDevMapperDevice()
126 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, in setupDevMapperDevice()
310 char idHash[33]; in getObbMountPath() local
311 if (!asecHash(sourceFile, idHash, sizeof(idHash))) { in getObbMountPath()
317 int written = snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash); in getObbMountPath()
465 char idHash[33]; in createAsec() local
[all …]