Home
last modified time | relevance | path

Searched defs:throw_sqlite3_exception (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { in throw_sqlite3_exception() function
29 void throw_sqlite3_exception(JNIEnv* env, const char* message) { in throw_sqlite3_exception() function
36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { in throw_sqlite3_exception() function
61 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception() function