| 751 | } |
| 752 | |
| 753 | static int text_write_atomic(const char *path, const char *new_data, size_t new_len, |
| 754 | const char *old_data, size_t old_len, |
| 755 | const text_file_snapshot_t *snapshot) { |
| 756 | return text_write_atomic_mode(path, new_data, new_len, old_data, old_len, snapshot, 0, 0U); |
| 757 | } |
| 758 | |
| 759 | static int text_delete_file(const char *path, const char *old_data, size_t old_len, |
| 760 | const text_file_snapshot_t *snapshot) { |
no test coverage detected