Searched defs:tar_job (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dpull-tar.c62 PullJob *tar_job; member in struct:TarPull
95 pull_job_unref(i->tar_job);
195 if (i->tar_job)
196 percent += i->tar_job->progress_percent * remain / 100;
224 assert(i->tar_job);
230 r = pull_make_path(i->tar_job->url, i->tar_job->etag, i->image_root, ".tar-", NULL, &i->final_path);
265 assert(i->tar_job);
267 if (!PULL_JOB_IS_COMPLETE(i->tar_job))
310 i->tar_job
[all...]

Completed in 27 milliseconds