Searched refs:lookup_paths_init (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/test/ |
D | test-path-lookup.c | 23 assert_se(lookup_paths_init(&lp_without_env, scope, 0, NULL) >= 0); in test_paths_one() 29 assert_se(lookup_paths_init(&lp_with_env, scope, 0, NULL) == 0); in test_paths_one() 51 assert_se(lookup_paths_init(&lp_global, LOOKUP_SCOPE_GLOBAL, 0, NULL) == 0); in TEST() 52 assert_se(lookup_paths_init(&lp_user, LOOKUP_SCOPE_USER, 0, NULL) == 0); in TEST()
|
D | test-unit-file.c | 38 assert_se(lookup_paths_init(&lp, LOOKUP_SCOPE_SYSTEM, 0, NULL) >= 0); in TEST()
|
/systemd-251/src/shared/ |
D | install.c | 2233 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_mask() 2281 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_unmask() 2372 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_link() 2479 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_revert() 2632 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_add_dependency() 2721 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_enable() 2776 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_disable() 2860 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_reenable() 2904 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_set_default() 2931 r = lookup_paths_init(&lp, scope, 0, root_dir); in unit_file_get_default() [all …]
|
/systemd-251/src/basic/ |
D | path-lookup.h | 62 int lookup_paths_init(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const char *root_…
|
D | path-lookup.c | 510 int lookup_paths_init( in lookup_paths_init() function 747 r = lookup_paths_init(lp, scope, flags, root_dir); in lookup_paths_init_or_warn()
|
/systemd-251/src/portable/ |
D | portable.c | 234 r = lookup_paths_init(&paths, LOOKUP_SCOPE_SYSTEM, LOOKUP_PATHS_SPLIT_USR, where); in extract_now() 1348 r = lookup_paths_init(&paths, LOOKUP_SCOPE_SYSTEM, LOOKUP_PATHS_SPLIT_USR, NULL); in portable_attach() 1547 r = lookup_paths_init(&paths, LOOKUP_SCOPE_SYSTEM, LOOKUP_PATHS_SPLIT_USR, NULL); in portable_detach() 1725 r = lookup_paths_init(&paths, LOOKUP_SCOPE_SYSTEM, LOOKUP_PATHS_SPLIT_USR, NULL); in portable_get_state_internal()
|
/systemd-251/src/libsystemd/sd-path/ |
D | sd-path.c | 607 r = lookup_paths_init(&lp, scope, 0, NULL); in get_search()
|
/systemd-251/src/systemctl/ |
D | systemctl-edit.c | 385 r = lookup_paths_init(&lp, arg_scope, 0, arg_root); in find_paths_to_edit()
|