Lines Matching refs:getId

51     mRawDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str());  in PrivateVolume()
60 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
72 if (!dm.DeleteDeviceIfExists(getId())) { in doCreate()
73 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doCreate()
79 if (!setup_ext_volume(getId(), mRawDevPath, mKeyRaw, &mDmDevPath)) { in doCreate()
80 LOG(ERROR) << getId() << " failed to setup metadata encryption"; in doCreate()
89 if (!dm.DeleteDevice(getId())) { in doDestroy()
90 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doDestroy()
98 LOG(ERROR) << getId() << " failed to read metadata"; in doMount()
106 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount()
113 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
115 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
120 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
127 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
129 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
134 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
139 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
153 PLOG(ERROR) << getId() << " failed to prepare"; in doMount()
171 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath; in doUnmount()
194 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
199 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
203 LOG(ERROR) << getId() << " unsupported filesystem " << fsType; in doFormat()