Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.h130 int cleanupAsec(Volume *v, bool force);
DDirectVolume.cpp362 if (providesAsec && mVm->cleanupAsec(this, true)) { in handlePartitionRemoved()
DVolumeManager.cpp1729 cleanupAsec(v, force); in unmountVolume()
1834 int VolumeManager::cleanupAsec(Volume *v, bool force) { in cleanupAsec() function in VolumeManager