Home
last modified time | relevance | path

Searched defs:force (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DCommandListener.cpp149 bool force = false; in runCommand() local
318 bool force = false; in runCommand() local
337 bool force = false; in runCommand() local
421 bool force = false; in runCommand() local
DVolume.cpp526 int Volume::doMoveMount(const char *src, const char *dst, bool force) { in doMoveMount()
560 int Volume::doUnmount(const char *path, bool force) { in doUnmount()
594 int Volume::unmountVol(bool force, bool revert) { in unmountVol()
DVolumeManager.cpp466 int VolumeManager::unmountAsec(const char *id, bool force) { in unmountAsec()
482 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb()
497 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage()
578 int VolumeManager::destroyAsec(const char *id, bool force) { in destroyAsec()
1090 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) { in unmountVolume()
1159 int VolumeManager::cleanupAsec(Volume *v, bool force) { in cleanupAsec()
/system/extras/ext4_utils/
Dext4_utils.c41 int force = 0; variable
/system/core/toolbox/
Ddd.c489 dd_out(int force) in dd_out()