Searched refs:from (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/fonts/ |
D | README | 3 from:
|
/bootable/recovery/updater_sample/ |
D | README.md | 27 In real-life update system the config files expected to be served from a server 32 SystemUpdaterSample app downloads OTA package from `url`. In this sample app 61 1. If sample app is unbound from update_engine (MainActivity is paused, destroyed), 68 `cancel` and `applyPayload` (which picks up from where it left). 92 - `Reload` - reloads update configs from device storage. 105 ## Sending HTTP headers from UpdateEngine 159 The commands are expected to be run from `$ANDROID_BUILD_TOP` and for demo 201 9. Push OTA packages to the device if there is no server to stream packages from; 221 - [x] Add UpdateManager; extract update logic from MainActivity 222 - [x] Add Sample app update state (separate from update_engine status) [all …]
|
/bootable/recovery/ |
D | README.md | 16 # Manually choose `Recovery mode` from bootloader menu. 59 When running recovery image from debuggable builds (i.e. `-eng` or `-userdebug` build variants, or 68 Although `/system/bin/adbd` is built from the same code base as the one in the normal boot, only a 70 `adb pull` etc. Since Android Q, `adb shell` no longer requires manually mounting `/system` from
|
D | .clang-format | 19 # give slightly different results from the one installed in host machine (e.g.
|
D | CleanSpec.mk | 70 …PRODUCT_OUT)/obj/PACKAGING/target_files_intermediates/*-target_files-*/SYSTEM/recovery-from-boot.p)
|
D | NOTICE | 43 "Object" form shall mean any form resulting from mechanical 54 form, that is based on (or derived from) the Work and for which the 58 separable from, or merely link (or bind by name) to the interfaces of, 115 attribution notices from the Source form of the Work, 132 or as an addendum to the NOTICE text from the Work, provided
|
/bootable/recovery/tools/recovery_l10n/ |
D | README.md | 22 file from the device.
|
/bootable/recovery/updater/ |
D | commands.cpp | 320 const uint8_t* from = source.data(); in MoveRange() local 327 memmove(to + (it->first * block_size), from + (start * block_size), blocks * block_size); in MoveRange()
|
D | blockimg.cpp | 965 const uint8_t* from = source.data(); in MoveRange() local 972 memmove(to + (it->first * BLOCKSIZE), from + (start * BLOCKSIZE), blocks * BLOCKSIZE); in MoveRange()
|
/bootable/recovery/edify/ |
D | README.md | 4 Update scripts (from donut onwards) are written in a new little
|