Home
last modified time | relevance | path

Searched refs:force (Results 1 – 10 of 10) sorted by relevance

/system/vold/
DVolumeManager.h162 int destroyAsec(const char *id, bool force);
164 int unmountAsec(const char *id, bool force);
172 int unmountObb(const char *fileName, bool force);
177 const char *fileName, const char *mountPoint, bool force);
DCommandListener.cpp449 bool force = false; in runCommand() local
451 force = true; in runCommand()
453 rc = vm->destroyAsec(argv[2], force); in runCommand()
472 bool force = false; in runCommand() local
474 force = true; in runCommand()
476 rc = vm->unmountAsec(argv[2], force); in runCommand()
556 bool force = false; in runCommand() local
558 force = true; in runCommand()
560 rc = vm->unmountObb(argv[2], force); in runCommand()
DVolumeManager.cpp1366 int VolumeManager::unmountAsec(const char *id, bool force) { in unmountAsec() argument
1393 return unmountLoopImage(id, idHash, asecFileName, mountPoint, force); in unmountAsec()
1396 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb() argument
1411 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force); in unmountObb()
1415 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage() argument
1438 if (force) { in unmountLoopImage()
1502 int VolumeManager::destroyAsec(const char *id, bool force) { in destroyAsec() argument
1527 if (unmountAsec(id, force)) { in destroyAsec()
/system/extras/ext4_utils/
Dext4_utils.h50 extern int force;
53 …..) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_en…
Dmake_ext4fs_main.c111 force = 1; in main()
Dext4_utils.c48 int force = 0; variable
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.c483 dd_out(int force) in dd_out() argument
506 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) { in dd_out()
509 if (!force && ddflags & C_SPARSE) { in dd_out()
/system/netd/server/
DBandwidthController.h56 int enableBandwidthControl(bool force);
DBandwidthController.cpp254 int BandwidthController::enableBandwidthControl(bool force) { in enableBandwidthControl() argument
258 if (!force) { in enableBandwidthControl()
/system/core/logcat/
Devent.logtags48 # This event is logged when someone is deciding to force a garbage collection