Searched refs:lookup_paths_init (Results 1 - 6 of 6) sorted by relevance

/systemd/src/shared/
H A Dpath-lookup.h45 int lookup_paths_init(LookupPaths *p,
H A Dpath-lookup.c238 int lookup_paths_init( function
436 return lookup_paths_init(paths,
/systemd/src/test/
H A Dtest-path-lookup.c42 assert_se(lookup_paths_init(&lp_without_env, running_as, personal, NULL, exists, not, not) == 0);
50 assert_se(lookup_paths_init(&lp_with_env, running_as, personal, NULL, exists, not, not) == 0);
/systemd/src/sysv-generator/
H A Dsysv-generator.c966 r = lookup_paths_init(&lp, MANAGER_SYSTEM, true, NULL, NULL, NULL, NULL);
/systemd/src/core/
H A Dmanager.c1125 r = lookup_paths_init(
2544 q = lookup_paths_init(
/systemd/src/systemctl/
H A Dsystemctl.c5222 r = lookup_paths_init(&paths, MANAGER_SYSTEM, false, arg_root, NULL, NULL, NULL);

Completed in 3345 milliseconds