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

/systemd/src/basic/
H A Dpath-util.c114 int path_make_relative(const char *from_dir, const char *to_path, char **_r) { argument
119 assert(to_path);
127 if (!path_is_absolute(to_path))
136 to_path += strspn(to_path, "/");
139 if (!*to_path)
140 /* from_dir equals to_path. */
143 /* from_dir is a parent directory of to_path. */
144 r = strdup(to_path);
155 if (!*to_path)
[all...]

Completed in 11 milliseconds