Searched refs:getLabel (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DDirectVolume.cpp174 getLabel(), getMountpoint(), mDiskMajor, mDiskMinor);
243 SLOGI("Volume %s disk has changed", getLabel());
271 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor);
279 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
281 getLabel(), getMountpoint(), major, minor);
293 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
312 getLabel(), getMountpoint(), major, minor);
330 getLabel(), major, minor);
334 if (mVm->unshareVolume(getLabel(), "ums")) {
H A DVolume.cpp187 "Volume %s %s state changed from %d (%s) to %d (%s)", getLabel(),
247 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
309 getLabel(), getMountpoint());
356 if (cryptfs_setup_volume(getLabel(), MAJOR(deviceNodes[0]), MINOR(deviceNodes[0]),
392 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
457 SLOGE("Volume %s found no suitable devices for mounting :(\n", getLabel());
598 SLOGE("Volume %s unmount request when not mounted", getLabel());
653 cryptfs_revert_volume(getLabel());
H A DVolume.h71 const char *getLabel() { return mLabel; } function in class:Volume
H A DVolumeManager.cpp135 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
155 (*i)->getLabel(), (*i)->getMountpoint(),
1126 if (!strcmp(label, (*i)->getLabel()))

Completed in 84 milliseconds