Searched refs:idHash (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | VolumeManager.cpp | 142 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, … in setupLoopDevice() argument 143 if (Loop::lookupActive(idHash, buffer, len)) { in setupLoopDevice() 144 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice() 159 …char* loopDevice, const char* asecFileName, const char* key, const char* idHash , unsigned long nu… in setupDevMapperDevice() argument 161 if (Devmapper::lookupActive(idHash, buffer, len)) { in setupDevMapperDevice() 162 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, in setupDevMapperDevice() 684 char idHash[33]; in getObbMountPath() local 685 if (!asecHash(sourceFile, idHash, sizeof(idHash))) { in getObbMountPath() 691 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash); in getObbMountPath() 833 char idHash[33]; in createAsec() local [all …]
|