/bootable/recovery/otautil/ |
D | rangeset.cpp | 121 auto it = ranges_.cbegin(); in Split() local 122 Range range = *it; in Split() 135 it++; in Split() 136 if (it != ranges_.cend()) { in Split() 137 range = *it; in Split() 262 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert() local 263 if (it->first <= to_insert.second) { in Insert() 264 to_insert.second = std::max(to_insert.second, it->second); in Insert() 268 to_insert = *it; in Insert()
|
/bootable/recovery/ |
D | recovery_main.cpp | 129 for (auto it = tokens.begin() + 1; it != tokens.end(); it++) { in get_args() local 131 if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); in get_args() 147 for (auto it = tokens.begin(); it != tokens.end(); it++) { in get_args() local 149 if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); in get_args()
|
D | README.md | 49 - Execute the test on an A/B device first. The test should fail but it will log 97 trigger, and will only re-enable it in debuggable builds (the `on property` rule will always run 121 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
|
D | .clang-format | 25 # Or to do one-time setup to make it default.
|
/bootable/recovery/minadbd/ |
D | README.md | 17 - When requested to start `minadbd`, `recovery` stops `adbd` first, if it's running; it then forks 24 - Upon exiting `minadbd`, `recovery` restarts `adbd` if it was previously running.
|
/bootable/recovery/updater_sample/ |
D | README.md | 14 to select an update and apply it to the device. App shows installation progress, 29 The directory can be found in logs or on the UI. In most cases it should be located at 57 process. But it lacks of proper status codes when update fails. 68 `cancel` and `applyPayload` (which picks up from where it left). 74 `UpdaterState` on a device. When app is resumed, it checks if `UpdaterState` 121 initialized, it's guaranteed to invoke callback onStatusUpdate. 134 Cancel the ongoing update. The update could be running or suspended, but it 135 can't be canceled after it was done. 140 only be called when no update attempt is going on, and it will reset the 146 `progress` values changes, this method will be called only if it changes significantly. [all …]
|
/bootable/libbootloader/gbl/libgbl/ |
D | Cargo.toml | 15 # For now this file is only provided so that `rustfmt` can run, but it may 16 # be worthwhile to set it up properly as a reference implementation for building
|
/bootable/deprecated-ota/updater/ |
D | target_files.cpp | 228 if (auto it = props_map->find(key); it != props_map->end() && it->second != value) { in GetBuildProps() local 230 << it->second << " and " << value; in GetBuildProps()
|
D | commands.cpp | 323 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local 324 size_t blocks = it->second - it->first; in MoveRange() 326 memmove(to + (it->first * block_size), from + (start * block_size), blocks * block_size); in MoveRange()
|
D | updater_runtime_dynamic_partitions.cpp | 331 auto it = op_map.find(op); in UpdateDynamicPartitions() local 332 if (it == op_map.end()) { in UpdateDynamicPartitions() 339 if (!it->second(params)) { in UpdateDynamicPartitions()
|
/bootable/recovery/tests/unit/ |
D | rangeset_test.cpp | 239 for (auto it = rs.crbegin(); it != rs.crend(); it++) { in TEST() local 240 ranges.push_back(*it); in TEST()
|
D | verifier_test.cpp | 259 for (auto it = ++args.cbegin(); it != args.cend(); ++it) { in SetUp() local 260 std::string public_key_file = from_testdata_base("testkey_" + *it + ".x509.pem"); in SetUp()
|
/bootable/libbootloader/gbl/toolchain/ |
D | gbl_workspace_util.bzl | 87 # same name as the actual library file name in cc_import(). Otherwise it complains it can't 93 # Do the same for libclang.so in case it's a symlink. 98 # Add a BUILD file to make it a package
|
D | gbl_toolchain.bzl | 262 # rust linker is able to find it when building for them. 266 # for library named "<libname>.lib". When bazel builds a cc_library target, it always outputs the
|
/bootable/libbootloader/gbl/third_party/libzbi/src/ |
D | lib.rs | 372 let mut it = res.iter(); in parse() localVariable 373 for b in &mut it { in parse() 378 it.state?; in parse() 1593 let mut it = zbi_container.iter(); in zbi_test_container_parse() localVariable 1595 let Some(item) = it.next() else { panic!("expecting iterator with value") }; in zbi_test_container_parse() 1599 assert!(it.next().is_none()); in zbi_test_container_parse() 1922 let mut it = container_check.iter(); in zbi_test_container_extend_new() localVariable 1923 assert_eq!(it.next().unwrap(), container_0.iter().next().unwrap()); in zbi_test_container_extend_new() 1924 assert_eq!(it.next().unwrap(), container_1.iter().next().unwrap()); in zbi_test_container_extend_new() 1925 assert!(it.next().is_none()); in zbi_test_container_extend_new() [all …]
|
/bootable/deprecated-ota/edify/ |
D | README.md | 36 - ";" is a binary operator; evaluating it just means to first evaluate 65 - The ifelse() builtin takes three arguments: it evaluates exactly 89 second argument only if it's needed to determine the truth of the
|
/bootable/libbootloader/gbl/smoltcp/ |
D | BUILD.smoltcp.bazel | 64 # Add fixup.rs to build and use our own crate root that imports it. 112 # Always compile this crate in release mode. Otherwise it is too slow.
|
/bootable/libbootloader/gbl/third_party/libzbi/ |
D | README.md | 18 Source of truth is considered Fuchsia version. To make any changes start with submitting it to Fuch…
|
/bootable/libbootloader/gbl/efi/arch/riscv64/ |
D | riscv64_efi.lds | 22 /* This is our PE/COFF header. Always keep it. */
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 26 5. Compress the output file put it under the corresponding directory.
|
/bootable/libbootloader/gbl/ |
D | bazel.MODULE.bazel | 19 properly so it can be vendored.
|
/bootable/recovery/update_verifier/ |
D | Android.bp | 132 // filegroup contains .proto files. So add it here explicitly.
|
/bootable/recovery/recovery_utils/ |
D | Android.bp | 80 // to the recovery ramdisk.) Hence, minadbd_test must link to it
|
/bootable/libbootloader/gbl/docs/ |
D | efi_protocols.md | 9 If a target supports Fastboot mode, it is also used for writing images to disk.
|
/bootable/recovery/install/ |
D | install.cpp | 116 const auto& it = metadata.find(key); in get_value() local 117 return (it == metadata.end()) ? "" : it->second; in get_value()
|