Searched defs:slink (Results 1 – 1 of 1) sorted by relevance
44 static int create_symlink(const char *target, const char *slink) { in create_symlink()67 static int node_symlink(sd_device *dev, const char *node, const char *slink) { in node_symlink()419 _cleanup_free_ char *slink = NULL, *dirname = NULL; in link_update() local