Home
last modified time | relevance | path

Searched refs:unmountVolume (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DVolumeManager.h82 int unmountVolume(const char *label, bool force, bool revert);
DCommandListener.cpp161 rc = vm->unmountVolume(argv[2], force, revert); in runCommand()
DVolumeManager.cpp1310 return vm->unmountVolume(label, true, false); in vold_disableVol()
1352 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) { in unmountVolume() function in VolumeManager