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/
android_database_SQLiteCommon.h
44
void
throw_sqlite3_exception_errcode
(JNIEnv* env, int errcode, const char* message);
android_database_SQLiteCommon.cpp
54
void
throw_sqlite3_exception_errcode
(JNIEnv* env, int errcode, const char* message) {
function in namespace:android
android_database_SQLiteConnection.cpp
134
throw_sqlite3_exception_errcode
(env, err, "Could not open database");
[
all
...]
Completed in 91 milliseconds