Searched refs:recovery (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/ |
D | README.md | 9 # To boot into the new recovery image 10 # without flashing the recovery partition: 12 fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
|
D | recovery.cpp | 209 boot.recovery[sizeof(boot.recovery) - 1] = '\0'; // Ensure termination in get_args() 210 const char *arg = strtok(boot.recovery, "\n"); in get_args() 219 } else if (boot.recovery[0] != 0 && boot.recovery[0] != 255) { in get_args() 220 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery); in get_args() 252 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in get_args() 255 strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery)); in get_args() 256 strlcat(boot.recovery, "\n", sizeof(boot.recovery)); in get_args() 266 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in set_sdcard_update_bootloader_message()
|
D | bootloader.h | 50 char recovery[768]; member
|
D | Android.mk | 39 recovery.cpp \ 45 LOCAL_MODULE := recovery
|
D | verifier_test.sh | 10 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/testdata
|
/bootable/recovery/applypatch/ |
D | Android.mk | 21 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery 30 LOCAL_C_INCLUDES += bootable/recovery 42 LOCAL_C_INCLUDES += bootable/recovery
|
D | applypatch.sh | 14 DATA_DIR=$ANDROID_BUILD_TOP/bootable/recovery/applypatch/testdata 276 run_command mkdir /cache/recovery /cache/recovery/otatest 294 run_command ls /cache/recovery/otatest/b.file && fail # was deleted
|
D | imgdiff_test.sh | 108 patch_and_apply system/recovery.img
|
/bootable/recovery/etc/ |
D | init.rc | 1 import /init.recovery.${ro.hardware}.rc 85 service recovery /sbin/recovery 86 seclabel u:r:recovery:s0 88 service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
|
/bootable/recovery/minadbd/ |
D | Android.mk | 21 LOCAL_C_INCLUDES := bootable/recovery system/core/adb
|