/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/recovery/updater/ |
D | target_files.cpp | 221 if (auto it = props_map->find(key); it != props_map->end() && it->second != value) { in GetBuildProps() local 223 << it->second << " and " << value; in GetBuildProps()
|
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 | 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()
|
D | blockimg.cpp | 969 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange() local 970 size_t blocks = it->second - it->first; in MoveRange() 972 memmove(to + (it->first * BLOCKSIZE), from + (start * BLOCKSIZE), blocks * BLOCKSIZE); in MoveRange()
|
/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/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/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 | 89 # Restart adbd so it can run as root
|