Lines Matching refs:getId
47 mDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str()); in PublicVolume()
69 PLOG(WARNING) << getId() << " failed to rename legacy ASEC dir"; in initAsecStage()
75 PLOG(WARNING) << getId() << " creating ASEC stage failed"; in initAsecStage()
98 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
103 LOG(ERROR) << getId() << " failed filesystem check"; in doMount()
108 std::string stableName = getId(); in doMount()
130 PLOG(ERROR) << getId() << " failed to create mount points"; in doMount()
136 PLOG(ERROR) << getId() << " failed to mount " << mDevPath; in doMount()
180 PLOG(ERROR) << getId() << " failed to fork"; in doMount()
222 LOG(WARNING) << getId() << " failed to wipe"; in doFormat()
225 LOG(ERROR) << getId() << " failed to format"; in doFormat()