Home
last modified time | relevance | path

Searched refs:lookup_paths_init (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/test/
Dtest-path-lookup.c23 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()
Dtest-unit-file.c38 assert_se(lookup_paths_init(&lp, LOOKUP_SCOPE_SYSTEM, 0, NULL) >= 0); in TEST()
/systemd-251/src/shared/
Dinstall.c2233 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/
Dpath-lookup.h62 int lookup_paths_init(LookupPaths *lp, LookupScope scope, LookupPathsFlags flags, const char *root_…
Dpath-lookup.c510 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/
Dportable.c234 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/
Dsd-path.c607 r = lookup_paths_init(&lp, scope, 0, NULL); in get_search()
/systemd-251/src/systemctl/
Dsystemctl-edit.c385 r = lookup_paths_init(&lp, arg_scope, 0, arg_root); in find_paths_to_edit()