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

/systemd/src/shared/
H A Dpath-lookup.h41 int user_runtime_dir(char **runtime_dir);
H A Dpath-lookup.c64 int user_runtime_dir(char **runtime_dir) { argument
74 *runtime_dir = r;
131 _cleanup_free_ char *config_home = NULL, *runtime_dir = NULL, *data_home = NULL; local
149 if (user_runtime_dir(&runtime_dir) < 0)
189 if (runtime_dir)
190 if (strv_extend(&res, runtime_dir) < 0)

Completed in 2803 milliseconds