Lines Matching refs:getLabel
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()
342 if (mVm->unshareVolume(getLabel(), "ums")) { in handlePartitionRemoved()