Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 164) sorted by relevance

1234567

/system/core/bootstat/
Dboot_reason_test.sh225 fastboot reboot
510 reboot,reboot | reboot,reboot,* ) var=${var#reboot,} ; var=${var%,} ;;
511 reboot,cold | reboot,cold,* ) var=${var#reboot,} ; var=${var%,} ;;
512 reboot,hard | reboot,hard,* ) var=${var#reboot,} ; var=${var%,} ;;
513 reboot,warm | reboot,warm,* ) var=${var#reboot,} ; var=${var%,} ;;
514 reboot,recovery | reboot,recovery,* ) var=${var#reboot,} ; var=${var%,} ;;
515 reboot,bootloader | reboot,bootloader,* ) var=${var#reboot,} ; var=${var%,} ;;
516 reboot | reboot,?* ) ;;
642 adb reboot-bootloader >&2
650 report_bootstat_logs reboot,ota bootloader
[all …]
/system/extras/mtectrl/src/com/android/tests/mtectrl/
DMtectrlEndToEndTest.java56 testInfo.getDevice().reboot(); in tearDown()
63 getDevice().reboot(); in testMemtagOnce()
66 getDevice().reboot(); in testMemtagOnce()
74 getDevice().reboot(); in testMemtag()
77 getDevice().reboot(); in testMemtag()
85 getDevice().reboot(); in testBoth()
88 getDevice().reboot(); in testBoth()
/system/gsid/tests/
DDsuGsiIntegrationTest.java124 getDevice().reboot(); in tearDown()
142 getDevice().reboot(); in testDsuGsi()
162 getDevice().reboot(); in testDsuGsi()
175 getDevice().reboot(); in testDsuGsi()
181 getDevice().reboot(); in testDsuGsi()
192 getDevice().reboot(); in testDsuGsi()
198 getDevice().reboot(); in testDsuGsi()
210 getDevice().reboot(); in testDsuGsi()
216 getDevice().reboot(); in testDsuGsi()
DDsuGsiToolTest.java51 getDevice().reboot(); in setUp()
60 getDevice().reboot(); in tearDown()
/system/apex/tests/testdata/
Dtrigger_watchdog.rc26 # Simulate a situation when userspace reboot fails to remount userdata. Since triggers in
28 # executed init already executed `on userspace-reboot-fs-remount` trigger in rootdir/init.rc,
30 on userspace-reboot-fs-remount && property:test.apex_userspace_reboot_simulate_remount_failed=1
33 # Simulate a situation when userspace reboot fails during a shutdown sequence. This is a very crude
35 on userspace-reboot-requested && property:test.apex_userspace_reboot_simulate_shutdown_failed=1
39 reboot_on_failure reboot,apex-revert-test
Dtrigger_reboot.sh12 /system/bin/setprop sys.powerctl reboot
/system/core/reboot/
Dreboot.c28 static const char reboot[] = "reboot"; in main() local
29 const char* cmd = reboot; in main()
75 if (cmd == reboot) { in main()
DAndroid.bp8 name: "reboot",
9 srcs: ["reboot.c"],
/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java118 getDevice().reboot(); in deleteFiles()
126 getDevice().reboot(); in pushTestApex()
190 getDevice().reboot(); in testDecompressedApexSurvivesReboot()
213 getDevice().reboot(); in testDecompressionDoesNotHappenOnEveryReboot()
284 getDevice().reboot(); in testUnusedDecompressedApexIsCleanedUp_HigherVersion()
303 getDevice().reboot(); in testUnusedDecompressedApexIsCleanedUp_SameVersion()
316 getDevice().reboot(); in testReservedSpaceIsNotCleanedOnReboot()
405 getDevice().reboot(); in testCompressedApexCanBeRolledBack()
409 getDevice().reboot(); in testCompressedApexCanBeRolledBack()
428 getDevice().reboot(); in testOrphanedDecompressedApexInActiveDirIsIgnored()
DVendorApexTests.java108 getDevice().reboot(); in pushPreinstalledApex()
130 getDevice().reboot(); in deleteFiles()
/system/extras/tests/bootloader/
Dhaltest.py54 self.device.reboot()
76 self.device.reboot()
101 self.device.reboot()
109 self.device.reboot()
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java136 device.reboot(); in testAutomaticBootLoopRecovery()
176 device.reboot(); in testSessionNotRevertedWithCheckpointingDisabled()
214 device.reboot(); in testCheckpointingRevertsSession()
252 device.reboot(); in testRebootingOnceDoesNotRevertSession()
276 getDevice().reboot(); in testApexdDoesNotBootLoopDeviceIfThereIsNothingToRevert()
298 getDevice().reboot(); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()
352 device.reboot(); in testReasonForRevertIsLoggedDuringBootloop()
DApexdHostTest.java85 getDevice().reboot(); in testOrphanedApexIsNotActivated()
106 getDevice().reboot(); in testApexWithoutPbIsNotActivated()
146 getDevice().reboot(); in testRemountApex()
168 getDevice().reboot(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
209 getDevice().reboot(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
302 getDevice().reboot(); in testSessionsDirMigrationToMetadata()
324 getDevice().reboot(); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
DSharedLibsApexTest.java192 mPreparer.reboot(); in testInstallAndRunDefaultApexs()
218 }).reboot(); in testInstallAndRunDefaultApexs()
264 mPreparer.reboot(); in testInstallAndRunOptimizedApexs()
306 }).reboot(); in testInstallAndRunOptimizedApexs()
348 }).reboot(); in testInstallAndRunOptimizedApexs()
384 mPreparer.reboot(); in testInstallAndRunOptimizedApexs()
429 mPreparer.reboot(); in testHigherVersionOnSystemDeletesDataVersion()
463 }).reboot(); in testHigherVersionOnSystemDeletesDataVersion()
514 mPreparer.reboot(); in testHigherVersionOnSystemDeletesDataVersion()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh251 adb reboot remount-test </dev/null || true
356 reboot*)
511 fastboot reboot
1001 fastboot reboot &&
1009 local reboot=false
1011 reboot=true
1019 reboot=true
1021 if ${reboot}; then
1333 check_eq "${A}" "${B}" ${i} before reboot
1364 adb reboot </dev/null
[all …]
/system/apex/apexd/
Dapexd.rc8 reboot_on_failure reboot,apexd-failed
18 reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
/system/core/init/sysprop/
DInitProperties.sysprop18 # Serves as a signal to all processes that userspace reboot is happening.
28 # Shows whenever the device supports userspace reboot or not.
/system/sepolicy/prebuilts/api/32.0/private/
Duncrypt.te5 # Set a property to reboot the device.
Dupdate_verifier.te5 # Allow update_verifier to reboot the device.
/system/sepolicy/prebuilts/api/33.0/private/
Duncrypt.te5 # Set a property to reboot the device.
Dupdate_verifier.te5 # Allow update_verifier to reboot the device.
/system/sepolicy/prebuilts/api/31.0/private/
Duncrypt.te5 # Set a property to reboot the device.
/system/sepolicy/prebuilts/api/34.0/private/
Duncrypt.te5 # Set a property to reboot the device.
/system/sepolicy/private/
Duncrypt.te5 # Set a property to reboot the device.
/system/bpf/bpfloader/
Dbpfloader.rc41 # recovery is a full kernel reboot.
67 # 2. comment out 'reboot_on_failure reboot,bpfloader-failed' below
68 # 3. rebuild/reflash/reboot
73 …# $ adb reboot; sleep 1; adb wait-for-device; adb root; sleep 1; adb wait-for-device; adb logcat…
83 reboot_on_failure reboot,bpfloader-failed

1234567