OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throw_sqlite3_exception_errcode
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
sqlite3_exception.h
41
void
throw_sqlite3_exception_errcode
(JNIEnv* env, int errcode, const char* message);
android_database_SQLiteStatement.cpp
73
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
109
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
134
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
233
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
android_database_SQLiteDatabase.cpp
543
void
throw_sqlite3_exception_errcode
(JNIEnv* env, int errcode, const char* message) {
function in namespace:android
Completed in 616 milliseconds