Home
last modified time | relevance | path

Searched refs:generator_binary_paths (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/test/
Dtest-path-lookup.c87 gp_without_env = generator_binary_paths(scope); in test_generator_binary_paths_one()
106 gp_with_env = generator_binary_paths(scope); in test_generator_binary_paths_one()
121 TEST(generator_binary_paths) { in TEST() argument
/systemd-251/src/basic/
Dpath-lookup.h76 char **generator_binary_paths(LookupScope scope);
Dpath-lookup.c793 char **generator_binary_paths(LookupScope scope) { in generator_binary_paths() function
/systemd-251/src/libsystemd/sd-path/
Dsd-path.c621 t = generator_binary_paths(scope); in get_search()
/systemd-251/src/core/
Dmanager.c3762 paths = generator_binary_paths(m->unit_file_scope); in manager_run_generators()