Lines Matching defs:temp_path
80 string_t *temp_path = t_str_new(128);
86 str_append(temp_path, path);
89 fd = safe_mkstemp(temp_path, mode, uid, gid);
91 fd = safe_mkstemp_group(temp_path, mode, gid, set->gid_origin);
107 if (file_try_lock_error(fd, str_c(temp_path), F_WRLCK,
109 } else if (link(str_c(temp_path), path) < 0) {
118 str_c(temp_path));
121 str_c(temp_path), path);
126 i_unlink_if_exists(str_c(temp_path));
132 i_unlink_if_exists(str_c(temp_path));