Searched refs:getLabel (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | DirectVolume.cpp | 121 "Volume %s %s disk inserted (%d:%d)", getLabel(), in handleBlockEvent() 246 SLOGI("Volume %s disk has changed", getLabel()); in handleDiskChanged() 274 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor); in handlePartitionChanged() 283 if (mVm->shareEnabled(getLabel(), "ums", &enabled) == 0 && enabled) { in handleDiskRemoved() 284 mVm->unshareVolume(getLabel(), "ums"); in handleDiskRemoved() 287 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor); in handleDiskRemoved() 289 getLabel(), getMountpoint(), major, minor); in handleDiskRemoved() 301 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor); in handlePartitionRemoved() 320 getLabel(), getMountpoint(), major, minor); in handlePartitionRemoved() 338 getLabel(), major, minor); in handlePartitionRemoved() [all …]
|
D | Volume.cpp | 190 "Volume %s %s state changed from %d (%s) to %d (%s)", getLabel(), in setState() 250 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath); in formatVol() 312 getLabel(), getMountpoint()); in mountVol() 359 if (cryptfs_setup_volume(getLabel(), MAJOR(deviceNodes[0]), MINOR(deviceNodes[0]), in mountVol() 395 SLOGI("%s being considered for volume %s\n", devicePath, getLabel()); in mountVol() 460 SLOGE("Volume %s found no suitable devices for mounting :(\n", getLabel()); in mountVol() 601 SLOGE("Volume %s unmount request when not mounted", getLabel()); in unmountVol() 644 cryptfs_revert_volume(getLabel()); in unmountVol()
|
D | Volume.h | 72 const char *getLabel() { return mLabel; } in getLabel() function
|
D | VolumeManager.cpp | 141 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel()); in handleBlockEvent() 161 (*i)->getLabel(), (*i)->getMountpoint(), in listVolumes() 1517 if (!strcmp(label, (*i)->getLabel())) in lookupVolume()
|