Lines Matching defs:temp_path
902 const char *temp_path;
920 temp_path = t_strconcat(build_ctx->uidlist->path, ".tmp", NULL);
921 fd = squat_trie_create_fd(build_ctx->uidlist->trie, temp_path, O_TRUNC);
1040 const char *temp_path;
1048 temp_path = t_strconcat(ctx->uidlist->path, ".tmp", NULL);
1067 i_error("write(%s) failed: %s", temp_path,
1070 } else if (rename(temp_path, ctx->uidlist->path) < 0) {
1072 temp_path, ctx->uidlist->path);
1086 i_error("close(%s) failed: %m", temp_path);
1089 i_unlink(temp_path);