Home
last modified time | relevance | path

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

/bootable/deprecated-ota/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()
653 std::string option = OPTIONS[option_index].name; in start_recovery() local
654 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 …]
Drecovery_main.cpp349 static constexpr struct option OPTIONS[] = { in main()
377 std::string option = OPTIONS[option_index].name; in main() local
378 if (option == "locale") { in main()
380 } else if (option == "reason") { in main()
382 } else if (option == "fastboot" && in main()
/bootable/deprecated-ota/edify/
Dlexer.ll38 %option noinput
39 %option nounput
40 %option noyywrap
/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_network.rs167 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()
/bootable/recovery/update_verifier/
Dcare_map.proto20 option optimize_for = LITE_RUNTIME;
/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/deprecated-ota/updater/
Dupdate_simulator_main.cpp64 constexpr struct option OPTIONS[] = { in main()
/bootable/libbootloader/gbl/toolchain/
Dgbl_toolchain.bzl238 # A transition rule that emits the "--platforms=<attr.platform>" option.
283 # Either is fine, since both yield the same linker option by Bazel.
/bootable/libbootloader/gbl/libefi/
DBUILD59 # "--override-abi" with "efiapi" option.