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

/systemd/src/shared/
H A Dinstall.c1259 _cleanup_free_ char *alias_path = NULL, *dst = NULL; local
1265 alias_path = path_make_absolute(dst, config_path);
1266 if (!alias_path)
1269 q = create_symlink(i->path, alias_path, force, changes, n_changes);

Completed in 63 milliseconds