Home
last modified time | relevance | path

Searched refs:SQLITE_NOTADB (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/rust/crates/libsqlite3-sys/src/
Derror.rs91 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
182 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
328 (SQLITE_NOTADB, ErrorCode::NotADatabase), in error_new()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCommon.cpp169 case SQLITE_NOTADB: // treat "unsupported file format" error as corruption also in throw_sqlite3_exception()
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/
H A DConstants.java43 public static final int SQLITE_NOTADB = 26; /* File opened that is not a database file */ field in Constants
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Dsqlite_error.hpp45 NOTADB = SQLITE_NOTADB,
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite.cc45 case SQLITE_NOTADB: // File opened that is not a database file in GetTfErrorCode()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dmodule.c323 DECLARE_ERROR_CODE(SQLITE_NOTADB),
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLegacySQLiteConnection.java845 case SQLiteConstants.SQLITE_NOTADB: // fall through
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/
Dsqlite3.h452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/sqlite/dist/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/orig/
Dsqlite3.h452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro

123