Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp112 static constexpr struct option OPTIONS[]{ in applypatch_modes()
142 std::string option = OPTIONS[option_index].name; in applypatch_modes() local
143 if (option == "bonus") { in applypatch_modes()
145 } else if (option == "check") { in applypatch_modes()
148 } else if (option == "flash") { in applypatch_modes()
151 } else if (option == "license") { in applypatch_modes()
153 } else if (option == "patch") { in applypatch_modes()
156 } else if (option == "source") { in applypatch_modes()
158 } else if (option == "target") { in applypatch_modes()
Dimgdiff.cpp248 static const struct option OPTIONS[] = {
/bootable/recovery/
Drecovery.cpp594 static constexpr struct option OPTIONS[] = { in start_recovery()
649 std::string option = OPTIONS[option_index].name; in start_recovery() local
650 if (option == "install_with_fuse") { in start_recovery()
652 } else if (option == "locale" || option == "fastboot" || option == "reason") { in start_recovery()
654 } else if (option == "prompt_and_wipe_data") { in start_recovery()
656 } else if (option == "rescue") { in start_recovery()
658 } else if (option == "retry_count") { in start_recovery()
660 } else if (option == "security") { in start_recovery()
662 } else if (option == "sideload") { in start_recovery()
664 } else if (option == "sideload_auto_reboot") { in start_recovery()
[all …]
Drecovery_main.cpp345 static constexpr struct option OPTIONS[] = { in main()
373 std::string option = OPTIONS[option_index].name; in main() local
374 if (option == "locale") { in main()
376 } else if (option == "reason") { in main()
378 } else if (option == "fastboot" && in main()
/bootable/recovery/edify/
Dlexer.ll38 %option noinput
39 %option nounput
40 %option noyywrap
/bootable/recovery/uncrypt/
Duncrypt.cpp586 for (auto& option : options) { in setup_bcb() local
587 if (android::base::StartsWith(option, "--wipe_package=")) { in setup_bcb()
588 std::string path = option.substr(strlen("--wipe_package=")); in setup_bcb()
593 option = android::base::StringPrintf("--wipe_package_size=%zu", wipe_package.size()); in setup_bcb()
/bootable/recovery/update_verifier/
Dcare_map.proto20 option optimize_for = LITE_RUNTIME;
/bootable/recovery/updater/
Dupdate_simulator_main.cpp64 constexpr struct option OPTIONS[] = { in main()