Home | History | Annotate | Download | only in vold

Lines Matching refs:force

706 int VolumeManager::unmountAsec(const char *id, bool force) {
727 return unmountLoopImage(id, idHash, asecFileName, mountPoint, force);
730 int VolumeManager::unmountObb(const char *fileName, bool force) {
745 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force);
749 const char *fileName, const char *mountPoint, bool force) {
772 if (force) {
830 int VolumeManager::destroyAsec(const char *id, bool force) {
849 if (unmountAsec(id, force)) {
1426 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) {
1446 cleanupAsec(v, force);
1448 return v->unmountVol(force, revert);
1551 int VolumeManager::cleanupAsec(Volume *v, bool force) {
1574 if (unmountObb(cd->id, force)) {