Searched refs:option (Results 1 – 8 of 8) sorted by relevance
112 static constexpr struct option OPTIONS[]{ in applypatch_modes()142 std::string option = OPTIONS[option_index].name; in applypatch_modes() local143 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()
248 static const struct option OPTIONS[] = {
594 static constexpr struct option OPTIONS[] = { in start_recovery()649 std::string option = OPTIONS[option_index].name; in start_recovery() local650 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 …]
345 static constexpr struct option OPTIONS[] = { in main()373 std::string option = OPTIONS[option_index].name; in main() local374 if (option == "locale") { in main()376 } else if (option == "reason") { in main()378 } else if (option == "fastboot" && in main()
38 %option noinput39 %option nounput40 %option noyywrap
586 for (auto& option : options) { in setup_bcb() local587 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()
20 option optimize_for = LITE_RUNTIME;
64 constexpr struct option OPTIONS[] = { in main()