Lines Matching defs:final_path
78 char *final_path;
109 free(i->final_path);
235 r = tempfn_random(i->final_path, NULL, &t);
279 if (!i->final_path) {
280 r = pull_make_path(i->raw_job->url, i->raw_job->etag, i->image_root, ".raw-", ".raw", &i->final_path);
290 i->raw_job->disk_fd = open(i->final_path, O_RDONLY|O_NOCTTY|O_CLOEXEC);
441 r = rename_noreplace(AT_FDCWD, i->temp_path, AT_FDCWD, i->final_path);
494 assert(!i->final_path);
497 r = pull_make_path(j->url, j->etag, i->image_root, ".raw-", ".raw", &i->final_path);
501 r = tempfn_random(i->final_path, NULL, &i->temp_path);