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
62
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
84
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
109
throw_sqlite3_exception_errcode
(env, err, sqlite3_errmsg(handle));
android_database_SQLiteDatabase.cpp
505
void
throw_sqlite3_exception_errcode
(JNIEnv* env, int errcode, const char* message) {
function in namespace:android
Completed in 848 milliseconds