Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCommon.cpp114 static std::string sqlite3_error_code_to_msg(int errcode) { in sqlite3_error_code_to_msg()
154 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) { in throw_sqlite3_exception_errcode()
161 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception()