HomeSort by relevance Sort by last modified time
    Searched refs:recovery (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /bootable/recovery/
bootloader.h 27 * that is used for recovery and the bootloader to talk to
31 * reboot into recovery or to update radio or bootloader firmware.
33 * is complete (to boot into recovery for any final cleanup)
38 * The recovery field is only written by linux and used
39 * for the system to send a message to recovery or the
50 char recovery[768]; member in struct:bootloader_message
52 // The 'recovery' field used to be 1024 bytes. It has only ever
53 // been used to store the recovery command line, so 768 bytes
recovery.cpp 71 static const char *CACHE_LOG_DIR = "/cache/recovery";
72 static const char *COMMAND_FILE = "/cache/recovery/command";
73 static const char *INTENT_FILE = "/cache/recovery/intent";
74 static const char *LOG_FILE = "/cache/recovery/log";
75 static const char *LAST_INSTALL_FILE = "/cache/recovery/last_install";
76 static const char *LOCALE_FILE = "/cache/recovery/last_locale";
79 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
81 static const char *LAST_KMSG_FILE = "/cache/recovery/last_kmsg";
82 static const char *LAST_LOG_FILE = "/cache/recovery/last_log";
92 * The recovery tool communicates with the main system through /cache files
    [all...]
Android.mk 39 recovery.cpp \
45 LOCAL_MODULE := recovery
  /device/asus/fugu/recovery/
Android.mk 10 LOCAL_C_INCLUDES += bootable/recovery
18 LOCAL_C_INCLUDES += bootable/recovery
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 20 --4k-recovery Use 4k key size for the recovery key
21 --4k-recovery-kernel Use 4k key size for the recovery kernel data
59 --4k-recovery)
62 --4k-recovery-kernel)
105 # Create the recovery and factory installer keypairs
111 # since it's never even checked during Recovery mode.
121 # Create the recovery kernel keyblock for use only in Recovery mode
    [all...]
  /external/vboot_reference/firmware/lib/
vboot_api_init.c 27 uint32_t recovery = VBNV_RECOVERY_NOT_REQUESTED; local
110 * If this isn't a S3 resume, read the current recovery request, then
111 * clear it so we don't get stuck in recovery mode.
114 VbNvGet(&vnc, VBNV_RECOVERY_REQUEST, &recovery);
115 VBDEBUG(("VbInit sees recovery request = %d\n", recovery));
116 if (VBNV_RECOVERY_NOT_REQUESTED != recovery)
123 * verified boot, and recovery is not requested for our own reasons,
124 * request recovery mode. This gives the calling firmware a way to
125 * request recovery if it finds something terribly wrong
    [all...]
vboot_firmware.c 58 int recovery = VBNV_RECOVERY_RO_UNSPECIFIED; local
128 /* RW firmware never runs in recovery mode. */
130 VBDEBUG(("Recovery flag mismatch.\n"));
331 /* No good firmware, so go to recovery mode. */
333 recovery = VBNV_RECOVERY_RO_INVALID_RW;
337 * If the best check result fits in the range of recovery
345 recovery = best_check;
351 /* Store recovery request, if any */
353 recovery : VBNV_RECOVERY_NOT_REQUESTED);
355 * encountered an error, update the shared recovery reason i
    [all...]
vboot_kernel.c 27 kBootRecovery = 0, /* Recovery firmware, any dev switch position */
56 int recovery = VBNV_RECOVERY_LK_UNSPECIFIED; local
107 /* Use the recovery key to verify the kernel */
238 VBDEBUG(("Key block recovery flag mismatch.\n"));
243 /* Check for rollback of key version except in recovery mode. */
292 * If the key block is valid and we're not in recovery mode,
448 * If we're in recovery mode or we're about to boot a
453 VBDEBUG(("In recovery mode or dev-signed kernel\n"));
513 recovery = VBNV_RECOVERY_RW_INVALID_OS;
517 recovery = VBNV_RECOVERY_RW_NO_OS
    [all...]
  /system/extras/slideshow/
Android.mk 14 LOCAL_C_INCLUDES := bootable/recovery
  /external/vboot_reference/utility/
chromeos-tpm-recovery-test 6 # Test the chromeos TPM recovery script by faking the entire execution
9 rm -rf tpm-recovery-test-workdir
10 mkdir tpm-recovery-test-workdir
11 cd tpm-recovery-test-workdir
28 export DOT_RECOVERY=.recovery
30 ctr=../chromeos-tpm-recovery
33 ctr=chromeos-tpm-recovery
40 echo > .recovery
272 echo "starting TPM recovery test" > log
  /bootable/recovery/minadbd/
Android.mk 21 LOCAL_C_INCLUDES := bootable/recovery system/core/adb
  /bootable/recovery/applypatch/
Android.mk 21 LOCAL_C_INCLUDES += external/bzip2 external/zlib bootable/recovery
30 LOCAL_C_INCLUDES += bootable/recovery
42 LOCAL_C_INCLUDES += bootable/recovery
imgdiff_test.sh 6 # recovery images. It then applies the patches on the device (or
108 patch_and_apply system/recovery.img
  /build/target/product/
embedded.mk 66 recovery \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 29 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 34 (* Skip token for error recovery. *)
  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_ssd.sh 7 # Script to convert a recovery image into an SSD image. Changes are made in-
14 In-place converts recovery <image> into an SSD image. With --force, does not
  /build/core/
pathmap.mk 44 recovery:bootable/recovery \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 44 (* Skip token for error recovery. *)
  /system/core/healthd/
Android.mk 36 LOCAL_C_INCLUDES := bootable/recovery
  /external/libxml2/include/libxml/
parser.h 261 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
862 * Recovery mode
893 int recovery);
898 int recovery);
903 int recovery,
908 int recovery);
912 int recovery,
    [all...]
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 111 String recovery = RecoverySystem.handleAftermath(); local
112 if (recovery != null && db != null) {
113 db.addText("SYSTEM_RECOVERY_LOG", headers + recovery);
143 addFileToDropBox(db, prefs, headers, "/cache/recovery/log",
145 addFileToDropBox(db, prefs, headers, "/cache/recovery/last_kmsg",

Completed in 1837 milliseconds

1 2 3 4 5 6