Lines Matching refs:getId
50 mDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str()); in PublicVolume()
59 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
71 PLOG(WARNING) << getId() << " failed to rename legacy ASEC dir"; in initAsecStage()
77 PLOG(WARNING) << getId() << " creating ASEC stage failed"; in initAsecStage()
100 LOG(ERROR) << getId() << " failed filesystem check"; in doMount()
105 LOG(ERROR) << getId() << " failed filesystem check"; in doMount()
109 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
114 std::string stableName = getId(); in doMount()
134 PLOG(ERROR) << getId() << " failed to create mount points"; in doMount()
141 PLOG(ERROR) << getId() << " failed to mount " << mDevPath; in doMount()
146 PLOG(ERROR) << getId() << " failed to mount " << mDevPath; in doMount()
164 PLOG(ERROR) << getId() << " failed to create FUSE mount points"; in doMount()
203 PLOG(ERROR) << getId() << " failed to fork"; in doMount()
288 LOG(WARNING) << getId() << " failed to wipe"; in doFormat()
298 LOG(ERROR) << getId() << " failed to format"; in doFormat()