| 698 | } |
| 699 | |
| 700 | static void ui_delete_db_path(const ui_delete_fixture_t *fx, const char *project, char *out, |
| 701 | size_t outsz) { |
| 702 | snprintf(out, outsz, "%s/%s.db", fx->cache_dir, project); |
| 703 | } |
| 704 | |
| 705 | static int ui_delete_make_db_file(const ui_delete_fixture_t *fx, const char *project) { |
| 706 | char path[1024]; |
no outgoing calls
no test coverage detected