Searched refs:settings_path (Results 1 - 2 of 2) sorted by relevance

/systemd/src/import/
H A Dpull-tar.c80 char *settings_path; member in struct:TarPull
114 free(i->settings_path);
243 if (!i->settings_path) {
244 r = pull_make_path(i->settings_job->url, i->settings_job->etag, i->image_root, ".settings-", NULL, &i->settings_path);
251 r = copy_file_atomic(i->settings_path, local_settings, 0664, i->force_local, 0);
353 assert(i->settings_path);
364 r = rename_noreplace(AT_FDCWD, i->settings_temp_path, AT_FDCWD, i->settings_path);
437 assert(!i->settings_path);
440 r = pull_make_path(j->url, j->etag, i->image_root, ".settings-", NULL, &i->settings_path);
444 r = tempfn_random(i->settings_path, NUL
[all...]
H A Dpull-raw.c81 char *settings_path; member in struct:RawPull
110 free(i->settings_path);
347 if (!i->settings_path) {
348 r = pull_make_path(i->settings_job->url, i->settings_job->etag, i->image_root, ".settings-", NULL, &i->settings_path);
355 r = copy_file_atomic(i->settings_path, local_settings, 0644, i->force_local, 0);
454 assert(i->settings_path);
460 r = rename_noreplace(AT_FDCWD, i->settings_temp_path, AT_FDCWD, i->settings_path);
527 assert(!i->settings_path);
530 r = pull_make_path(j->url, j->etag, i->image_root, ".settings-", NULL, &i->settings_path);
534 r = tempfn_random(i->settings_path, NUL
[all...]

Completed in 9 milliseconds