Lines Matching refs:state_file
66 m->state_file = strappend("/run/systemd/machines/", m->name);
67 if (!m->state_file)
81 free(m->state_file);
112 free(m->state_file);
126 if (!m->state_file)
136 r = fopen_temporary(m->state_file, &f, &temp_path);
219 if (rename(temp_path, m->state_file) < 0) {
237 (void) unlink(m->state_file);
242 return log_error_errno(r, "Failed to save machine data %s: %m", m->state_file);
256 if (m->state_file)
257 (void) unlink(m->state_file);
266 if (!m->state_file)
269 r = parse_env_file(m->state_file, NEWLINE,
285 return log_error_errno(r, "Failed to read %s: %m", m->state_file);