Home
last modified time | relevance | path

Searched refs:sqlite_exception (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx736 struct sqlite_exception: public reportable_exception struct
738 sqlite_exception(int rc, const string& msg): in sqlite_exception() argument
1087 throw sqlite_exception(rc, "prepare " + sql); in sqlite_ps()
1103 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
1113 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
1123 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
1134 throw sqlite_exception(rc, "sqlite3 step"); in step_ok_done()
2402 throw sqlite_exception(rc, "step"); in handle_buildid()
3257 if (rc != SQLITE_ROW) throw sqlite_exception(rc, "step"); in register_file_name()
4073 throw sqlite_exception(rc, "step"); in database_stats_report()
[all …]
H A DChangeLog682 (sqlite_exception ctor): Increment sqlite3 error_count.