Home
last modified time | relevance | path

Searched refs:path_strv_resolve (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dpath-util.h91 char** path_strv_resolve(char **l, const char *root);
Dpath-util.c233 char **path_strv_resolve(char **l, const char *root) { in path_strv_resolve() function
319 if (!path_strv_resolve(l, root)) in path_strv_resolve_uniq()
/systemd-251/src/test/
Dtest-path-util.c480 TEST(path_strv_resolve) { in TEST() argument
499 path_strv_resolve(search_dirs, tmp_dir); in TEST()