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

  /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/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 340 #define SQLITE_NOTADB 26 /* File opened that is not a database file */
    [all...]
  /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...]

Completed in 622 milliseconds