Searched refs:option (Results 1 – 11 of 11) 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()653 std::string option = OPTIONS[option_index].name; in start_recovery() local654 if (option == "install_with_fuse") { in start_recovery()656 } else if (option == "locale" || option == "fastboot" || option == "reason") { in start_recovery()658 } else if (option == "prompt_and_wipe_data") { in start_recovery()660 } else if (option == "rescue") { in start_recovery()662 } else if (option == "retry_count") { in start_recovery()664 } else if (option == "security") { in start_recovery()666 } else if (option == "sideload") { in start_recovery()668 } else if (option == "sideload_auto_reboot") { in start_recovery()[all …]
349 static constexpr struct option OPTIONS[] = { in main()377 std::string option = OPTIONS[option_index].name; in main() local378 if (option == "locale") { in main()380 } else if (option == "reason") { in main()382 } else if (option == "fastboot" && in main()
38 %option noinput39 %option nounput40 %option noyywrap
167 fn option_ref_mut_to_pointer<T>(option: Option<&mut T>) -> *mut T { in option_ref_mut_to_pointer()168 option.map(|t| t as *mut _).unwrap_or(null_mut()) in option_ref_mut_to_pointer()
20 option optimize_for = LITE_RUNTIME;
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()
64 constexpr struct option OPTIONS[] = { in main()
238 # A transition rule that emits the "--platforms=<attr.platform>" option.283 # Either is fine, since both yield the same linker option by Bazel.
59 # "--override-abi" with "efiapi" option.