Home
last modified time | relevance | path

Searched refs:find_portable_profile (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dpath-lookup.h83 int find_portable_profile(const char *name, const char *unit, char **ret_path);
Dpath-lookup.c882 int find_portable_profile(const char *name, const char *unit, char **ret_path) { in find_portable_profile() function
/systemd-251/src/portable/
Dportable.c1039 r = find_portable_profile(profile, m->name, &from); in install_profile_dropin()
/systemd-251/src/analyze/
Danalyze-security.c2749 r = find_portable_profile(profile, unit_name, &profile_path); in offline_security_checks()