Home | History | Annotate | Download | only in vold

Lines Matching refs:force

989 int VolumeManager::unmountAsec(const char *id, bool force) {
1016 return unmountLoopImage(id, idHash, asecFileName, mountPoint, force);
1019 int VolumeManager::unmountObb(const char *fileName, bool force) {
1034 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force);
1038 const char *fileName, const char *mountPoint, bool force) {
1061 if (force) {
1125 int VolumeManager::destroyAsec(const char *id, bool force) {
1150 if (unmountAsec(id, force)) {
1709 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) {
1729 force);
1731 return v->unmountVol(force, revert);
1834 int VolumeManager::cleanupAsec(Volume *v, bool force) {
1869 if (unmountAsec(cd->id, force)) {
1878 if (unmountObb(cd->id, force)) {