Home
last modified time | relevance | path

Searched defs:command (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/bootloader_message/include/bootloader_message/
Dbootloader_message.h64 char command[32]; member
/bootable/recovery/
Dinstall.cpp427 std::string command(line.substr(0, space)); in try_update_binary() local
Drecovery.cpp218 bool reboot(const std::string& command) { in reboot()