HomeSort by relevance Sort by last modified time
    Searched defs:Recovery (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sql/
recovery.h 18 // Recovery module for sql/. The basic idea is to create a fresh
20 // original database. If recovery is successful, the recovered
21 // database is backed up over the original database. If recovery is
27 // scoped_ptr<sql::Recovery> r =
28 // sql::Recovery::Begin(orig_db, orig_db_path);
33 // sql::Recovery::Unrecoverable(r.Pass());
40 // sql::Recovery::Unrecoverable(r.Pass());
46 // sql::Recovery::Unrecoverable(r.Pass());
51 // sql::Recovery::Recovered(r.Pass());
58 class SQL_EXPORT Recovery {
    [all...]
recovery.cc 5 #include "sql/recovery.h"
60 // The recovery virtual table creation failed.
63 // Copying data from the recovery table to the target table failed.
66 // Dropping the recovery virtual table failed.
72 // Failure creating recovery meta table.
78 // Failed in querying recovery meta table.
81 // No version key in recovery meta table.
96 bool Recovery::FullRecoverySupported() {
106 scoped_ptr<Recovery> Recovery::Begin
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 68 milliseconds