Searched refs:force (Results 1 – 10 of 10) sorted by relevance
/system/vold/ |
D | VolumeManager.h | 162 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);
|
D | CommandListener.cpp | 449 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()
|
D | VolumeManager.cpp | 1366 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/ |
D | ext4_utils.h | 50 extern int force; 53 …..) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_en…
|
D | make_ext4fs_main.c | 111 force = 1; in main()
|
D | ext4_utils.c | 48 int force = 0; variable
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.c | 483 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/ |
D | BandwidthController.h | 56 int enableBandwidthControl(bool force);
|
D | BandwidthController.cpp | 254 int BandwidthController::enableBandwidthControl(bool force) { in enableBandwidthControl() argument 258 if (!force) { in enableBandwidthControl()
|
/system/core/logcat/ |
D | event.logtags | 48 # This event is logged when someone is deciding to force a garbage collection
|