Searched refs:ifd_path (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/pstore/ |
D | pstore.c | 119 _cleanup_free_ char *ifd_path = NULL, *ofd_path = NULL; in move_file() local 128 ifd_path = path_join(arg_sourcedir, pe->dirent.d_name); in move_file() 129 if (!ifd_path) in move_file() 161 r = copy_file_atomic(ifd_path, ofd_path, 0600, 0, 0, COPY_REPLACE); in move_file() 163 … return log_error_errno(r, "Failed to copy_file_atomic: %s to %s", ifd_path, ofd_path); in move_file() 168 (void) unlink(ifd_path); in move_file() 333 _cleanup_free_ char *ifd_path = NULL; in list_files() local 335 ifd_path = path_join(sourcepath, de->d_name); in list_files() 336 if (!ifd_path) in list_files() 343 r = read_full_virtual_file(ifd_path, &buf, &buf_size); in list_files() [all …]
|