Searched defs:reboot_target (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dbuiltins.c620 char *reboot_target; local
640 reboot_target = &command[len + 1];
642 reboot_target = "";
648 return android_reboot(cmd, 0, reboot_target);

Completed in 61 milliseconds