Searched refs:original_path (Results 1 - 1 of 1) sorted by relevance
/systemd/src/systemctl/ |
H A D | systemctl.c | 5815 static int create_edit_temp_file(const char *new_path, const char *original_path, char **ret_tmp_fn) { argument 5820 assert(original_path); 5831 r = copy_file(original_path, t, 0, 0644, 0); 5839 return log_error_errno(r, "Failed to copy \"%s\" to \"%s\": %m", original_path, t); 5989 char **tmp_path, **original_path, *p; local 6025 STRV_FOREACH_PAIR(original_path, tmp_path, paths) {
|
Completed in 1064 milliseconds