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

/system/vold/
H A DVolumeManager.h82 int unmountVolume(const char *label, bool force, bool revert);
H A DVolumeManager.cpp1048 return vm->unmountVolume(label, true, false);
1090 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) { function in class:VolumeManager
H A DCommandListener.cpp157 rc = vm->unmountVolume(argv[2], force, revert);

Completed in 3171 milliseconds