Searched defs:reboot (Results 1 – 5 of 5) sorted by relevance
28 static const char reboot[] = "reboot"; in main() local
96 [[noreturn]] void reboot(bool dedupe) { in reboot() function
769 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): function
220 bool reboot = true; in Install() local
234 enum class RebootType { reboot, recovery, shutdown }; enumerator