Home
last modified time | relevance | path

Searched refs:alias_path (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dinstall.c1881 _cleanup_free_ char *alias_path = NULL, *dst = NULL, *dst_updated = NULL; in install_info_symlink_alias() local
1898 alias_path = path_make_absolute(dst_updated ?: dst, config_path); in install_info_symlink_alias()
1899 if (!alias_path) in install_info_symlink_alias()
1902 q = create_symlink(lp, info->path, alias_path, force, changes, n_changes); in install_info_symlink_alias()