Home
last modified time | relevance | path

Searched refs:unit_file_find_path (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-util.c386 int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **ret_unit_path) { in unit_file_find_path() function
567 r = unit_file_find_path(lp, unit_name, &f); in unit_find_template_path()
590 r = unit_file_find_path(lp, t, ret_fragment_path); in unit_find_template_path()
610 r = unit_file_find_path(lp, name, &path); in unit_is_masked()
Dsystemctl-util.h37 int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **ret_unit_path);