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

/system/vold/
H A DVolumeManager.h84 int unshareVolume(const char *label, const char *method);
H A DDirectVolume.cpp284 mVm->unshareVolume(getLabel(), "ums");
342 if (mVm->unshareVolume(getLabel(), "ums")) {
H A DCommandListener.cpp177 rc = vm->unshareVolume(argv[2], argv[3]);
H A DVolumeManager.cpp1260 int VolumeManager::unshareVolume(const char *label, const char *method) { function in class:VolumeManager
1309 vm->unshareVolume(label, "ums");

Completed in 6 milliseconds