Searched refs:unmountVolume (Results 1 – 3 of 3) sorted by relevance
82 int unmountVolume(const char *label, bool force, bool revert);
161 rc = vm->unmountVolume(argv[2], force, revert); in runCommand()
1310 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