Lines Matching refs:state_file
74 if (asprintf(&u->state_file, "/run/systemd/users/"UID_FMT, uid) < 0)
129 u->state_file = mfree(u->state_file);
141 assert(u->state_file);
147 r = fopen_temporary(u->state_file, &f, &temp_path);
271 if (rename(temp_path, u->state_file) < 0) {
279 (void) unlink(u->state_file);
284 return log_error_errno(r, "Failed to save user data %s: %m", u->state_file);
303 r = parse_env_file(u->state_file, NEWLINE,
314 log_error_errno(r, "Failed to read %s: %m", u->state_file);
630 unlink(u->state_file);