/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 | 454 bool force = false; in runCommand() local 456 force = true; in runCommand() 458 rc = vm->destroyAsec(argv[2], force); in runCommand() 477 bool force = false; in runCommand() local 479 force = true; in runCommand() 481 rc = vm->unmountAsec(argv[2], force); in runCommand() 561 bool force = false; in runCommand() local 563 force = true; in runCommand() 565 rc = vm->unmountObb(argv[2], force); in runCommand()
|
D | VolumeManager.cpp | 1360 int VolumeManager::unmountAsec(const char *id, bool force) { in unmountAsec() argument 1387 return unmountLoopImage(id, idHash, asecFileName, mountPoint, force); in unmountAsec() 1390 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb() argument 1405 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force); in unmountObb() 1409 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage() argument 1432 if (force) { in unmountLoopImage() 1496 int VolumeManager::destroyAsec(const char *id, bool force) { in destroyAsec() argument 1521 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 | 114 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/core/crash_reporter/ |
D | README.md | 57 send them to the crash server. If a developer does want to force an upload, 60 the *image_type* field set to *force-official* so that these reports can be
|
/system/netd/server/ |
D | BandwidthController.h | 61 int enableBandwidthControl(bool force);
|
D | BandwidthController.cpp | 282 int BandwidthController::enableBandwidthControl(bool force) { in enableBandwidthControl() argument 285 if (!force) { in enableBandwidthControl()
|
/system/core/logcat/ |
D | event.logtags | 48 # This event is logged when someone is deciding to force a garbage collection
|
/system/sepolicy/ |
D | domain.te | 256 # Rather force a relabel to a more specific type 260 # Rather force a relabel to a more specific type.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1384 # output directory to force them to be regenerated. 2090 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
D | Doxyfile | 1384 # output directory to force them to be regenerated. 2090 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 3182 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = YES). 33445 // Need to force an NV update
|
D | raw_commands_fixed.txt | 3182 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = YES). 33454 // Need to force an NV update
|
D | raw_structures.txt | 14923 The “=” will force the TPM to try to unmarshal a
|
D | raw_structures_fixed.txt | 14915 The “=” will force the TPM to try to unmarshal a
|