Lines Matching refs:getId
53 mRawDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str()); in PrivateVolume()
62 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
79 ret = dm.DeleteDeviceIfExists(getId()); in doCreate()
83 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doCreate()
92 if (!setup_ext_volume(getId(), mRawDevPath, mKeyRaw, &mDmDevPath)) { in doCreate()
93 LOG(ERROR) << getId() << " failed to setup metadata encryption"; in doCreate()
107 ret = dm.DeleteDevice(getId()); in doDestroy()
111 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doDestroy()
122 LOG(ERROR) << getId() << " failed to read metadata"; in doMount()
130 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount()
137 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
139 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
144 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
151 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
153 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
158 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
163 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
180 PLOG(ERROR) << getId() << " failed to prepare"; in doMount()
206 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath; in doUnmount()
231 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
236 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
240 LOG(ERROR) << getId() << " unsupported filesystem " << fsType; in doFormat()