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

/systemd/src/shared/
H A Dinstall.c85 static int get_config_path(UnitFileScope scope, bool runtime, const char *root_dir, char **ret) { function
661 r = get_config_path(scope, false, root_dir, &normal_path);
674 r = get_config_path(scope, true, root_dir, &runtime_path);
1514 r = get_config_path(scope, runtime, root_dir, &prefix);
1562 r = get_config_path(scope, runtime, root_dir, &config_path);
1646 r = get_config_path(scope, runtime, root_dir, &config_path);
1741 r = get_config_path(scope, runtime, root_dir, &config_path);
1809 r = get_config_path(scope, runtime, root_dir, &config_path);
1857 r = get_config_path(scope, runtime, root_dir, &config_path);
1937 r = get_config_path(scop
[all...]

Completed in 15 milliseconds