Home
last modified time | relevance | path

Searched defs:reboot (Results 1 – 5 of 5) sorted by relevance

/system/core/reboot/
Dreboot.c28 static const char reboot[] = "reboot"; in main() local
/system/core/fs_mgr/
Dfs_mgr_remount.cpp96 [[noreturn]] void reboot(bool dedupe) { in reboot() function
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py769 def reboot(serial, use_stressfs, permissive, use_adb_reboot, adb_buffersize=None): function
/system/gsid/
Dgsi_tool.cpp220 bool reboot = true; in Install() local
/system/vold/
Dcryptfs.cpp234 enum class RebootType { reboot, recovery, shutdown }; enumerator