Searched refs:lookup_paths_init (Results 1 - 6 of 6) sorted by relevance
/systemd/src/shared/ |
H A D | path-lookup.h | 45 int lookup_paths_init(LookupPaths *p,
|
H A D | path-lookup.c | 238 int lookup_paths_init( function 436 return lookup_paths_init(paths,
|
/systemd/src/test/ |
H A D | test-path-lookup.c | 42 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 D | sysv-generator.c | 966 r = lookup_paths_init(&lp, MANAGER_SYSTEM, true, NULL, NULL, NULL, NULL);
|
/systemd/src/core/ |
H A D | manager.c | 1125 r = lookup_paths_init( 2544 q = lookup_paths_init(
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 5222 r = lookup_paths_init(&paths, MANAGER_SYSTEM, false, arg_root, NULL, NULL, NULL);
|
Completed in 3345 milliseconds