Searched defs:reboot (Results 1 – 8 of 8) 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
584 def reboot(self, timeout_minutes=15.0): member in GdAndroidDevice
769 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): function
207 bool reboot = true; in Install() local
1146 auto reboot = [reboot_reason, should_reboot_into_recovery](const std::string& message) { in ExecVdcRebootOnFailure() local
438 enum class RebootType { reboot, recovery, shutdown }; enumerator