Searched defs:reboot (Results 1 – 7 of 7) sorted by relevance
28 static const char reboot[] = "reboot"; in main() local
137 protected final void reboot(boolean userspaceReboot) throws Exception { in reboot() method in ApexE2EBaseHostTest
97 [[noreturn]] void reboot(bool overlayfs = false) { in reboot() function
769 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): function
208 bool reboot = true; in Install() local
1146 auto reboot = [reboot_reason, should_reboot_into_recovery](const std::string& message) { in ExecVdcRebootOnFailure() local
441 enum class RebootType { reboot, recovery, shutdown }; enumerator