Home
last modified time | relevance | path

Searched refs:restart_cmd (Results 1 – 1 of 1) sorted by relevance

/system/core/libcutils/
Dandroid_reboot.cpp28 const char* restart_cmd = NULL; in android_reboot() local
34 restart_cmd = "reboot"; in android_reboot()
37 restart_cmd = "shutdown"; in android_reboot()
40 restart_cmd = "shutdown,thermal"; in android_reboot()
43 if (!restart_cmd) return -1; in android_reboot()
45 ret = asprintf(&prop_value, "%s,%s", restart_cmd, arg); in android_reboot()
47 ret = asprintf(&prop_value, "%s", restart_cmd); in android_reboot()