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

/systemd/src/import/
H A Dpull-raw.c82 char *settings_temp_path; member in struct:RawPull
104 if (i->settings_temp_path) {
105 (void) unlink(i->settings_temp_path);
106 free(i->settings_temp_path);
453 assert(i->settings_temp_path);
456 r = import_make_read_only(i->settings_temp_path);
460 r = rename_noreplace(AT_FDCWD, i->settings_temp_path, AT_FDCWD, i->settings_path);
466 i->settings_temp_path = mfree(i->settings_temp_path);
528 assert(!i->settings_temp_path);
[all...]
H A Dpull-tar.c81 char *settings_temp_path; member in struct:TarPull
108 if (i->settings_temp_path) {
109 (void) unlink(i->settings_temp_path);
110 free(i->settings_temp_path);
352 assert(i->settings_temp_path);
360 r = import_make_read_only(i->settings_temp_path);
364 r = rename_noreplace(AT_FDCWD, i->settings_temp_path, AT_FDCWD, i->settings_path);
370 i->settings_temp_path = mfree(i->settings_temp_path);
438 assert(!i->settings_temp_path);
[all...]

Completed in 624 milliseconds