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

/system/vold/
H A DDirectVolume.cpp121 "Volume %s %s disk inserted (%d:%d)", getLabel(),
246 SLOGI("Volume %s disk has changed", getLabel());
274 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor);
283 if (mVm->shareEnabled(getLabel(), "ums", &enabled) == 0 && enabled) {
284 mVm->unshareVolume(getLabel(), "ums");
287 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
289 getLabel(), getMountpoint(), major, minor);
301 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
320 getLabel(), getMountpoint(), major, minor);
338 getLabel(), majo
[all...]
H A DVolume.cpp191 "Volume %s %s state changed from %d (%s) to %d (%s)", getLabel(),
251 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
313 getLabel(), getMountpoint());
360 if (cryptfs_setup_volume(getLabel(), MAJOR(deviceNodes[0]), MINOR(deviceNodes[0]),
396 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
461 SLOGE("Volume %s found no suitable devices for mounting :(\n", getLabel());
602 SLOGE("Volume %s unmount request when not mounted", getLabel());
645 cryptfs_revert_volume(getLabel());
H A DVolume.h72 const char *getLabel() { return mLabel; } function in class:Volume
H A DVolumeManager.cpp141 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
161 (*i)->getLabel(), (*i)->getMountpoint(),
1444 if (!strcmp(label, (*i)->getLabel()))

Completed in 66 milliseconds