/aosp_15_r20/external/rust/crates/libsqlite3-sys/src/ |
D | error.rs | 91 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 D | android_database_SQLiteCommon.cpp | 169 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 D | Constants.java | 43 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 D | sqlite_error.hpp | 45 NOTADB = SQLITE_NOTADB,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/ |
H A D | sqlite.cc | 45 case SQLITE_NOTADB: // File opened that is not a database file in GetTfErrorCode()
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | module.c | 323 DECLARE_ERROR_CODE(SQLITE_NOTADB),
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacySQLiteConnection.java | 845 case SQLiteConstants.SQLITE_NOTADB: // fall through
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 452 #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/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/sqlite/dist/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/sqlite/dist/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/sqlite/dist/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/sqlite/dist/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 448 #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/ |
D | sqlite3.h | 452 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
|