Lines Matching full:img
806 * Mounts an image file <code>img</code>.
808 int VolumeManager::mountObb(const char *img, const char *key, int ownerUid) {
812 if (!asecHash(img, idHash, sizeof(idHash))) {
813 SLOGE("Hash of '%s' failed (%s)", img, strerror(errno));
820 SLOGE("Image %s already mounted", img);
827 if (Loop::create(idHash, img, loopDevice, sizeof(loopDevice))) {
836 SLOGD("Found active loopback for %s at %s", img, loopDevice);
873 SLOGD("Found active devmapper for %s at %s", img, dmDevice);
902 mActiveContainers->push_back(new ContainerData(strdup(img), OBB));
904 SLOGD("Image %s mounted", img);