| 69 | } |
| 70 | |
| 71 | static void clear_export_error(void) { |
| 72 | g_export_error[0] = '\0'; |
| 73 | } |
| 74 | |
| 75 | static int artifact_export_fail(const char *stage, const char *path, const char *err, int err_no) { |
| 76 | const char *safe_stage = stage ? stage : "unknown"; |
no outgoing calls
no test coverage detected