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

/systemd/src/basic/
H A Dpath-util.c87 int path_make_absolute_cwd(const char *p, char **ret) { function
210 r = path_make_absolute_cwd(*s, &t);
467 r = path_make_absolute_cwd(name, ret);
655 r = path_make_absolute_cwd(path, &p);

Completed in 607 milliseconds