Searched defs:idHash (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVolumeManager.cpp142 static int setupLoopDevice(char* buffer, size_t len, const char* asecFileName, const char* idHash, bool debug) { argument
143 if (Loop::lookupActive(idHash, buffer, len)) {
144 if (Loop::create(idHash, asecFileName, buffer, len)) {
159 static int setupDevMapperDevice(char* buffer, size_t len, const char* loopDevice, const char* asecFileName, const char* key, const char* idHash , unsigned long numImgSectors, bool* createdDMDevice, bool debug) {
161 if (Devmapper::lookupActive(idHash, buffer, len)) {
162 if (Devmapper::create(idHash, loopDevice, key, numImgSectors,
684 char idHash[33]; local
685 if (!asecHash(sourceFile, idHash, sizeof(idHash))) {
691 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash);
833 char idHash[33]; local
1064 char idHash[33]; local
1117 char idHash[33]; local
1182 char idHash[33]; local
1381 char idHash[33]; local
1393 char idHash[33]; local
1408 unmountLoopImage(const char *id, const char *idHash, const char *fileName, const char *mountPoint, bool force) argument
1655 char idHash[33]; local
1738 char idHash[33]; local
[all...]

Completed in 19 milliseconds