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

/system/core/toolbox/upstream-netbsd/bin/dd/
H A Ddd.c483 dd_out(int force) argument
506 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) {
509 if (!force && ddflags & C_SPARSE) {
/system/extras/ext4_utils/
H A Dext4_utils.c48 int force = 0; variable
/system/vold/
H A DCommandListener.cpp451 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec destroy <container-id> [force]", false);
454 bool force = false; local
455 if (argc > 3 && !strcmp(argv[3], "force")) {
456 force = true;
458 rc = vm->destroyAsec(argv[2], force);
474 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec unmount <container-id> [force]", false);
477 bool force = false; local
478 if (argc > 3 && !strcmp(argv[3], "force")) {
479 force = true;
481 rc = vm->unmountAsec(argv[2], force);
561 bool force = false; local
[all...]
H A DVolumeManager.cpp489 // Some volumes can be stacked on each other, so force unmount in
656 // force unmount those just to be safe.
663 // Some volumes can be stacked on each other, so force unmount in
1360 int VolumeManager::unmountAsec(const char *id, bool force) { argument
1387 return unmountLoopImage(id, idHash, asecFileName, mountPoint, force);
1390 int VolumeManager::unmountObb(const char *fileName, bool force) { argument
1405 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force);
1409 const char *fileName, const char *mountPoint, bool force) {
1432 if (force) {
1496 int VolumeManager::destroyAsec(const char *id, bool force) { argument
1408 unmountLoopImage(const char *id, const char *idHash, const char *fileName, const char *mountPoint, bool force) argument
[all...]
/system/netd/server/
H A DBandwidthController.cpp282 int BandwidthController::enableBandwidthControl(bool force) { argument
285 if (!force) {

Completed in 120 milliseconds