Home
last modified time | relevance | path

Searched refs:unmountVol (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DVolume.h69 int unmountVol(bool force, bool revert);
DDirectVolume.cpp328 if (Volume::unmountVol(true, false)) { in handlePartitionRemoved()
DVolume.cpp597 int Volume::unmountVol(bool force, bool revert) { in unmountVol() function in Volume
DVolumeManager.cpp1447 return v->unmountVol(force, revert); in unmountVolume()