Lines Matching refs:getId
52 mDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str()); in PublicVolume()
63 if (listener) listener->onVolumeMetadataChanged(getId(), mFsType, mFsUuid, mFsLabel); in readMetadata()
75 PLOG(WARNING) << getId() << " failed to rename legacy ASEC dir"; in initAsecStage()
81 PLOG(WARNING) << getId() << " creating ASEC stage failed"; in initAsecStage()
105 LOG(ERROR) << getId() << " failed filesystem check"; in doMount()
110 LOG(ERROR) << getId() << " failed filesystem check"; in doMount()
114 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
119 std::string stableName = getId(); in doMount()
139 PLOG(ERROR) << getId() << " failed to create mount points"; in doMount()
146 PLOG(ERROR) << getId() << " failed to mount " << mDevPath; in doMount()
152 PLOG(ERROR) << getId() << " failed to mount " << mDevPath; in doMount()
171 PLOG(ERROR) << getId() << " failed to create sdcardfs mount points"; in doMount()
211 PLOG(ERROR) << getId() << " failed to fork"; in doMount()
272 std::string stableName = getId(); in doUnmount()
343 LOG(WARNING) << getId() << " failed to wipe"; in doFormat()
353 LOG(ERROR) << getId() << " failed to format"; in doFormat()