| 482 | } |
| 483 | |
| 484 | static void ui_delete_db_path(const ui_delete_fixture_t *fx, const char *project, char *out, |
| 485 | size_t outsz) { |
| 486 | snprintf(out, outsz, "%s/%s.db", fx->cache_dir, project); |
| 487 | } |
| 488 | |
| 489 | static int ui_delete_make_db_file(const ui_delete_fixture_t *fx, const char *project) { |
| 490 | char path[1024]; |
no outgoing calls
no test coverage detected