* For convenience to call write_file() */
| 231 | * For convenience to call write_file() |
| 232 | */ |
| 233 | static void write_state_text(const struct am_state *state, |
| 234 | const char *name, const char *string) |
| 235 | { |
| 236 | write_file(am_path(state, name), "%s", string); |
| 237 | } |
| 238 | |
| 239 | static void write_state_count(const struct am_state *state, |
| 240 | const char *name, int value) |
no test coverage detected