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

/bootable/recovery/bootloader_message/include/bootloader_message/
H A Dbootloader_message.h40 * The command field is updated by linux when it wants to
46 * of an "update-radio" or "update-hboot" command, which has been
64 char command[32]; member in struct:bootloader_message
69 // been used to store the recovery command line, so 768 bytes
207 // set the command and recovery fields, and reset the rest.
211 // only update the command and recovery fields.
215 // the command and recovery fields.
/bootable/recovery/
H A Drecovery.cpp103 static const char *COMMAND_FILE = "/cache/recovery/command";
144 * /cache/recovery/command - INPUT - command line for tool, one arg per line
147 * The arguments which may be supplied in the recovery.command file:
156 * After completing, we remove /cache/recovery/command and reboot.
162 * 2. main system writes "--wipe_data" to /cache/recovery/command
218 bool reboot(const std::string& command) { argument
219 std::string cmd = command;
312 // command line args come from, in decreasing precedence:
313 // - the actual command lin
[all...]

Completed in 44 milliseconds