/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() 210 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert() local 211 if (it->first <= to_insert.second) { in Insert() 212 to_insert.second = std::max(to_insert.second, it->second); in Insert() 216 to_insert = *it; in Insert()
|
/bootable/recovery/ |
D | recovery_main.cpp | 123 for (auto it = tokens.begin() + 1; it != tokens.end(); it++) { in get_args() local 125 if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); in get_args() 141 for (auto it = tokens.begin(); it != tokens.end(); it++) { in get_args() local 143 if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); in get_args()
|
D | README.md | 37 - Execute the test on an A/B device first. The test should fail but it will log 85 trigger, and will only re-enable it in debuggable builds (the `on property` rule will always run 109 (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/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/recovery/minadbd/ |
D | README.md | 7 receives a single blob of data, writes it to a fixed filename, and
|
/bootable/recovery/updater/ |
D | commands.cpp | 324 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local 325 size_t blocks = it->second - it->first; in MoveRange() 327 memmove(to + (it->first * block_size), from + (start * block_size), blocks * block_size); in MoveRange()
|
D | dynamic_partitions.cpp | 399 auto it = op_map.find(op); in UpdateDynamicPartitionsFn() local 400 if (it == op_map.end()) { in UpdateDynamicPartitionsFn() 407 if (!it->second(params)) { in UpdateDynamicPartitionsFn()
|
D | blockimg.cpp | 964 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local 965 size_t blocks = it->second - it->first; in MoveRange() 967 memmove(to + (it->first * BLOCKSIZE), from + (start * BLOCKSIZE), blocks * BLOCKSIZE); in MoveRange()
|
/bootable/recovery/tests/unit/ |
D | rangeset_test.cpp | 238 for (auto it = rs.crbegin(); it != rs.crend(); it++) { in TEST() local 239 ranges.push_back(*it); in TEST()
|
/bootable/recovery/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/recovery/tests/component/ |
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/recovery/update_verifier/ |
D | Android.bp | 106 // filegroup contains .proto files. So add it here explicitly.
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 26 5. Compress the output file put it under the corresponding directory.
|
/bootable/recovery/install/ |
D | install.cpp | 107 const auto& it = metadata.find(key); in get_value() local 108 return (it == metadata.end()) ? "" : it->second; in get_value()
|
/bootable/recovery/etc/ |
D | init.rc | 94 # Restart adbd so it can run as root
|