Home
last modified time | relevance | path

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

12345

/system/core/bootstat/
Dboot_reason_test.sh225 fastboot reboot
513 reboot,reboot | reboot,reboot,* ) var=${var#reboot,} ; var=${var%,} ;;
514 reboot,cold | reboot,cold,* ) var=${var#reboot,} ; var=${var%,} ;;
515 reboot,hard | reboot,hard,* ) var=${var#reboot,} ; var=${var%,} ;;
516 reboot,warm | reboot,warm,* ) var=${var#reboot,} ; var=${var%,} ;;
517 reboot,recovery | reboot,recovery,* ) var=${var#reboot,} ; var=${var%,} ;;
518 reboot,bootloader | reboot,bootloader,* ) var=${var#reboot,} ; var=${var%,} ;;
519 reboot | reboot,?* ) ;;
645 adb reboot-bootloader >&2
653 report_bootstat_logs reboot,ota bootloader
[all …]
/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.bp4 name: "reboot",
5 srcs: ["reboot.c"],
/system/core/fs_mgr/tests/
Dadb-remount-test.sh221 adb reboot remount-test </dev/null || true
325 reboot*)
480 fastboot reboot
953 fastboot reboot &&
957 reboot=false
961 reboot=true
964 if ${reboot}; then
974 fastboot reboot &&
1045 reboot=false
1051 reboot=true
[all …]
/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/apex/apexd/
Dapexd.rc8 reboot_on_failure reboot,apexd-failed
15 reboot_on_failure reboot,bootloader,bootstrap-apexd-failed
/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/
DApexE2EBaseHostTest.java99 reboot(userspaceReboot); // for install to take affect in stageActivateUninstallApexPackage()
137 protected final void reboot(boolean userspaceReboot) throws Exception { in reboot() method in ApexE2EBaseHostTest
142 getDevice().reboot(); in reboot()
169 getDevice().reboot(); // for the uninstall to take affect in uninstallApex()
DApexRollbackTests.java117 device.reboot(); in testAutomaticBootLoopRecovery()
157 device.reboot(); in testSessionNotRevertedWithCheckpointingDisabled()
199 device.reboot(); in testCheckpointingRevertsSession()
241 device.reboot(); in testRebootingOnceDoesNotRevertSession()
271 getDevice().reboot(); in testApexdDoesNotBootLoopDeviceIfThereIsNothingToRevert()
384 getDevice().reboot(); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()
DApexdHostTest.java70 getDevice().reboot(); in testOrphanedApexIsNotActivated()
91 getDevice().reboot(); in testApexWithoutPbIsNotActivated()
131 getDevice().reboot(); in testRemountApex()
153 getDevice().reboot(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()
194 getDevice().reboot(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()
/system/apex/tests/
DTEST_MAPPING41 // devices (currently userspace reboot fails on cuttlefish).
42 // TODO(b/147726967): Remove when Userspace reboot works on cuttlefish
/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/private/
Duncrypt.te5 # Set a property to reboot the device.
Dupdate_verifier.te5 # Allow update_verifier to reboot the device.
Dasan_extract.te9 # We need to signal a reboot when done.
/system/libvintf/test/
Dvintf_object_recovery_test.sh6 adb reboot recovery
/system/core/fs_mgr/
DREADME.overlayfs.md28 $ adb reboot
38 $ adb reboot
43 $ adb reboot
48 $ adb reboot
54 **Note:** _adb remount -R_ won’t reboot if the device is already in the adb remount state.
126 currently advised to confirm update is present after a reboot
/system/core/shell_and_utilities/
DAndroid.bp22 "reboot",
/system/connectivity/wifilogd/
Druntests.sh41 adb reboot
/system/connectivity/wificond/
Druntests.sh42 adb reboot
/system/core/init/
Dreboot_utils.cpp93 reboot(RB_POWER_OFF); in RebootSystem()
108 reboot(RB_POWER_OFF); in RebootSystem()
/system/core/fs_mgr/tests/src/com/android/tests/vendoroverlay/
DVendorOverlayHostTest.java96 getDevice().reboot(); in testVendorOverlay()
144 getDevice().reboot(); in tearDown()
/system/sepolicy/prebuilts/api/26.0/public/
Dupdate_verifier.te15 # Allow update_verifier to reboot the device.
/system/sepolicy/prebuilts/api/27.0/public/
Dupdate_verifier.te15 # Allow update_verifier to reboot the device.

12345