Searched defs:idHash (Results 1 - 1 of 1) sorted by relevance
/system/vold/ |
H A D | VolumeManager.cpp | 140 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, bool debug) { argument 141 if (Loop::lookupActive(idHash, buffer, len)) { 142 if (Loop::create(idHash, asecFileName, buffer, len)) { 157 static int setupDevMapperDevice(char* buffer, size_t len, const char* loopDevice, const char* asecFileName, const char* key, const char* idHash , int numImgSectors, bool* createdDMDevice, bool debug) { 159 if (Devmapper::lookupActive(idHash, buffer, len)) { 160 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, 690 char idHash[33]; local 691 if (!asecHash(sourceFile, idHash, sizeof(idHash))) { 697 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash); 839 char idHash[33]; local 1070 char idHash[33]; local 1123 char idHash[33]; local 1188 char idHash[33]; local 1387 char idHash[33]; local 1399 char idHash[33]; local 1414 unmountLoopImage(const char *id, const char *idHash, const char *fileName, const char *mountPoint, bool force) argument 1661 char idHash[33]; local 1744 char idHash[33]; local [all...] |
Completed in 40 milliseconds