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()
127 PLOG(ERROR) << getId() << " failed to create mount points"; in doMount()
133 PLOG(ERROR) << getId() << " failed to mount " << mDevPath; in doMount()
149 PLOG(ERROR) << getId() << " failed to create FUSE mount points"; in doMount()
184 PLOG(ERROR) << getId() << " failed to fork"; in doMount()
232 LOG(WARNING) << getId() << " failed to wipe"; in doFormat()
235 LOG(ERROR) << getId() << " failed to format"; in doFormat()