Searched defs:unit_path_cache (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dmanager.h144 Set *unit_path_cache; member in struct:Manager
/systemd/src/shared/
H A Ddropin.c179 Set *unit_path_cache,
199 if (!unit_path_cache || set_get(unit_path_cache, path))
214 if (!unit_path_cache || set_get(unit_path_cache, p))
223 Set *unit_path_cache,
238 unit_file_process_dir(unit_path_cache, *p, t, ".d", _UNIT_DEPENDENCY_INVALID, NULL, NULL, &strv);
178 unit_file_process_dir( Set *unit_path_cache, const char *unit_path, const char *name, const char *suffix, UnitDependency dependency, dependency_consumer_t consumer, void *arg, char ***strv) argument
221 unit_file_find_dropin_paths( char **lookup_path, Set *unit_path_cache, Set *names, char ***paths) argument

Completed in 30 milliseconds