Lines Matching refs:getId
49 mRawDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str()); in PrivateVolume()
69 cryptfs_revert_ext_volume(getId().c_str()); in doCreate()
75 int res = cryptfs_setup_ext_volume(getId().c_str(), mRawDevPath.c_str(), in doCreate()
79 PLOG(ERROR) << getId() << " failed to setup cryptfs"; in doCreate()
87 if (cryptfs_revert_ext_volume(getId().c_str())) { in doDestroy()
88 LOG(ERROR) << getId() << " failed to revert cryptfs"; in doDestroy()
95 LOG(ERROR) << getId() << " failed to read metadata"; in doMount()
103 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount()
110 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
112 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
117 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
124 LOG(DEBUG) << getId() << " passed filesystem check"; in doMount()
126 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount()
131 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
136 LOG(ERROR) << getId() << " unsupported filesystem " << mFsType; in doMount()
166 PLOG(ERROR) << getId() << " failed to prepare"; in doMount()
185 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath; in doUnmount()
207 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
212 PLOG(ERROR) << getId() << " failed to format"; in doFormat()
216 LOG(ERROR) << getId() << " unsupported filesystem " << fsType; in doFormat()