Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery_main.cpp106 std::string boot_command; in get_args() local
109 boot_command = std::string(boot.command); in get_args()
111 boot_command = std::string(boot.command, sizeof(boot.command)); in get_args()
113 LOG(INFO) << "Boot command: " << boot_command; in get_args()
165 if (args.size() == 1 && boot_command == "boot-fastboot") { in get_args()
167 } else if (args.size() == 1 && boot_command == "boot-rescue") { in get_args()