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

1 2 3 4 5 6 7

  /external/chromium_org/sql/
recovery_unittest.cc 15 #include "sql/recovery.h"
100 // If the Recovery handle goes out of scope without being
103 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
104 ASSERT_TRUE(recovery.get());
118 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
119 ASSERT_TRUE(recovery.get())
136 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
171 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
210 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path); local
381 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
394 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
409 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
434 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
461 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
518 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
555 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
594 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
639 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
675 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
702 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(&db(), db_path()); local
    [all...]
  /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 68 #define LAST_LOG_FILE "/cache/recovery/last_log"
70 static const char *CACHE_LOG_DIR = "/cache/recovery";
71 static const char *COMMAND_FILE = "/cache/recovery/command";
72 static const char *INTENT_FILE = "/cache/recovery/intent";
73 static const char *LOG_FILE = "/cache/recovery/log";
74 static const char *LAST_INSTALL_FILE = "/cache/recovery/last_install";
75 static const char *LOCALE_FILE = "/cache/recovery/last_locale";
78 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
80 static const char *LAST_KMSG_FILE = "/cache/recovery/last_kmsg";
95 * The recovery tool communicates with the main system through /cache files
    [all...]
Android.mk 33 recovery.cpp \
44 LOCAL_MODULE := recovery
82 # This binary is in the recovery ramdisk, which is otherwise a copy of root.
  /device/asus/fugu/recovery/
Android.mk 9 LOCAL_C_INCLUDES += bootable/recovery
17 LOCAL_C_INCLUDES += bootable/recovery
  /device/asus/tilapia/recovery/
Android.mk 21 LOCAL_C_INCLUDES += bootable/recovery \
22 device/asus/tilapia/recovery/lib
  /device/asus/tilapia/
device.mk 24 device/asus/tilapia/init.recovery.tilapia.rc:root/init.recovery.grouper.rc \
  /device/samsung/manta/recovery/
Android.mk 7 LOCAL_C_INCLUDES += bootable/recovery
  /external/chromium_org/chrome/browser/component_updater/
recovery_component_installer.cc 40 // File name of the recovery binary on different platforms.
80 CrxComponent recovery; local
81 recovery.name = "recovery";
82 recovery.installer = new RecoveryComponentInstaller(version, prefs);
83 recovery.version = version;
84 recovery.pk_hash.assign(kSha2Hash, &kSha2Hash[sizeof(kSha2Hash)]);
85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
86 NOTREACHED() << "Recovery component registration failed.";
102 NOTREACHED() << "Recovery component update error: " << error
    [all...]
  /bootable/recovery/minadbd/
Android.mk 26 LOCAL_C_INCLUDES += bootable/recovery
  /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
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 16 #include "sql/recovery.h"
100 // Track various failure (and success) cases in recovery code.
102 // TODO(shess): The recovery code is complete, but by nature runs in challenging
110 // Based on the thumbnail_database.cc recovery code, FAILED_SCOPER should
120 // specific failure (see sql/recovery.cc).
170 // the renumbering into the table recovery code.
198 // Recover the database to the extent possible, razing it if recovery is not
213 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path) local
    [all...]
thumbnail_database.cc 23 #include "sql/recovery.h"
279 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
320 // |InitImpl()|, recovery in |RecoverDatabaseOrRaze()|, and history pruning in
387 // Recover the database to the extent possible, razing it if recovery
409 scoped_ptr<sql::Recovery> recovery = sql::Recovery::Begin(db, db_path); local
410 if (!recovery) {
411 // TODO(shess): Unable to create recovery connection. This
424 // Setup the meta recovery table and fetch the version number fro
    [all...]
  /external/f2fs-tools/
Android.mk 64 # mkfs.f2fs is used in recovery: must be static.
67 # Recovery needs it also, so it must go into root/sbin/.
68 # Directly generating into the recovery/root/sbin gets clobbered
69 # when the recovery image is being made.
  /build/core/
pathmap.mk 45 recovery:bootable/recovery \
Makefile 683 # These options tell the recovery updater/installer how to mount the partitions writebale.
740 # Recovery image
745 INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img
747 recovery_initrc := $(call include-path-for, recovery)/etc/init.rc
748 recovery_sepolicy := $(call intermediates-dir-for,ETC,sepolicy.recovery)/sepolicy.recovery
749 recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system
750 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
752 recovery_binary := $(call intermediates-dir-for,EXECUTABLES,recovery)/recovery
    [all...]
  /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/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.css 81 #oauth-enrollment.mode-recovery #oauth-enroll-learn-more-link {
137 .oauth-enroll-state-signin.mode-recovery #oauth-enroll-back-button,
140 .oauth-enroll-state-working.mode-recovery #oauth-enroll-back-button,
144 .oauth-enroll-state-error.mode-recovery #oauth-enroll-back-button,
  /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. *)
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.cc 143 bool recovery = false; local
169 recovery = true;
207 if (!recovery && (incoming_bit_rate > 100000 || current_bit_rate > 150000) &&
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 261 int recovery; /* run in recovery mode */ member in struct:_xmlParserCtxt
859 * Recovery mode
890 int recovery);
895 int recovery);
900 int recovery,
905 int recovery);
909 int recovery,
    [all...]

Completed in 283 milliseconds

1 2 3 4 5 6 7