Lines Matching defs:destination
69 free(m->destination);
87 r = path_compare(x->destination, y->destination);
100 _cleanup_free_ char *source = NULL, *destination = NULL, *opts = NULL;
108 r = extract_many_words(&p, ":", EXTRACT_DONT_COALESCE_SEPARATORS, &source, &destination, NULL);
115 destination = strdup(source);
116 if (!destination)
129 if (!path_is_absolute(destination))
137 m->destination = destination;
141 source = destination = opts = NULL;
175 m->destination = path;
424 where = prefix_roota(dest, m->destination);
481 where = prefix_roota(dest, m->destination);
521 where = prefix_roota(dest, m->destination);