HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_NOTADB (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/sql/
error_delegate_util.cc 20 case SQLITE_NOTADB:
connection.cc 424 // SQLITE_NOTADB can happen if page 1 of db_ exists, but is not
430 if (rc == SQLITE_NOTADB || rc == SQLITE_IOERR_SHORT_READ) {
919 // land is. If it's mostly SQLITE_NOTADB, then the database should
    [all...]
connection_unittest.cc 486 // SQLITE_NOTADB on pragma statemenets which attempt to read the
490 ignore_errors.IgnoreError(SQLITE_NOTADB);
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 69 case SQLITE_NOTADB: // treat "unsupported file format" error as corruption also
  /external/javasqlite/src/main/java/SQLite/
Constants.java 43 public static final int SQLITE_NOTADB = 26; /* File opened that is not a database file */
  /external/chromium_org/content/child/
web_database_observer_impl.cc 180 if (error == SQLITE_CORRUPT || error == SQLITE_NOTADB) {
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 321 error == SQLITE_NOTADB) {
326 // 84% SQLITE_CORRUPT, SQLITE_CANTOPEN, SQLITE_NOTADB
thumbnail_database.cc 675 error == SQLITE_NOTADB) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in 402 #define SQLITE_NOTADB 26 /* File opened that is not a database file */
    [all...]
btree.c     [all...]
test1.c 146 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 407 #define SQLITE_NOTADB 26 /* File opened that is not a database file */
    [all...]
sqlite3.c     [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 180 if (error == SQLITE_CORRUPT || error == SQLITE_NOTADB) {
  /external/sqlite/dist/orig/
sqlite3.h 408 #define SQLITE_NOTADB 26 /* File opened that is not a database file */
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 408 #define SQLITE_NOTADB 26 /* File opened that is not a database file */
    [all...]
sqlite3.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1439 milliseconds