Searched refs:android_log (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/android/
H A Dsqlite3_android.cpp178 static void android_log(sqlite3_context * context, int argc, sqlite3_value ** argv) function
602 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL);

Completed in 60 milliseconds