Searched refs:reboot (Results 1 – 25 of 66) sorted by relevance
123
/system/core/bootstat/ |
D | boot_reason_test.sh | 225 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/ |
D | reboot.c | 28 static const char reboot[] = "reboot"; in main() local 29 const char* cmd = reboot; in main() 75 if (cmd == reboot) { in main()
|
D | Android.bp | 4 name: "reboot", 5 srcs: ["reboot.c"],
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 176 adb reboot remount-test || true 667 fastboot reboot && 725 reboot=false 732 reboot=true 735 if ${reboot}; then 940 check_eq "${A}" "${B}" /system before reboot 943 check_eq "${A}" "${B}" /vendor before reboot 986 check_eq "cat: /vendor/hello: Permission denied" "${B}" vendor after reboot w/o root 990 check_eq "${A}" "${B}" /system after reboot 996 check_eq "${A}" "${B}" vendor after reboot [all …]
|
/system/extras/tests/bootloader/ |
D | haltest.py | 54 self.device.reboot() 76 self.device.reboot() 101 self.device.reboot() 109 self.device.reboot()
|
/system/libvintf/test/ |
D | vintf_object_recovery_test.sh | 6 adb reboot recovery
|
/system/core/init/ |
D | reboot_utils.cpp | 87 reboot(RB_POWER_OFF); in RebootSystem() 96 reboot(RB_POWER_OFF); in RebootSystem()
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 34 $ adb reboot 44 $ adb reboot 49 $ adb reboot 54 $ adb reboot 64 which will not reboot if everything is already prepared and ready
|
D | fs_mgr_remount.cpp | 96 [[noreturn]] void reboot(bool dedupe) { in reboot() function 275 reboot(false); in main() 312 if (reboot_later) reboot(false); in main() 388 if (reboot_later) reboot(false); in main()
|
/system/connectivity/wifilogd/ |
D | runtests.sh | 41 adb reboot
|
/system/core/shell_and_utilities/ |
D | Android.bp | 21 "reboot",
|
/system/connectivity/wificond/ |
D | runtests.sh | 42 adb reboot
|
/system/core/fs_mgr/tests/src/com/android/tests/vendoroverlay/ |
D | VendorOverlayHostTest.java | 96 getDevice().reboot(); in testVendorOverlay() 144 getDevice().reboot(); in tearDown()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | update_verifier.te | 15 # Allow update_verifier to reboot the device.
|
D | uncrypt.te | 28 # Set a property to reboot the device.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | update_verifier.te | 15 # Allow update_verifier to reboot the device.
|
D | uncrypt.te | 27 # Set a property to reboot the device.
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 106 getDevice().reboot(); // for install to take affect in doTestStageActivateUninstallApexPackage() 142 getDevice().reboot(); // for the uninstall to take affect in uninstallApex()
|
/system/extras/boottime_tools/bootanalyze/ |
D | README.md | 8 stop_event: <logcat log message which will terminate log collection after reboot>
|
/system/core/rootdir/ |
D | asan_extract.sh | 95 setprop sys.powerctl reboot
|
/system/sepolicy/public/ |
D | uncrypt.te | 25 # Set a property to reboot the device.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | uncrypt.te | 25 # Set a property to reboot the device.
|
/system/sepolicy/private/ |
D | init.te | 33 # Allow the BoringSSL self test to request a reboot upon failure
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | init.te | 33 # Allow the BoringSSL self test to request a reboot upon failure
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | update_verifier.te | 27 # Allow update_verifier to reboot the device.
|
123