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

/systemd/src/core/
H A Dnamespace.c580 static int setup_one_tmp_dir(const char *id, const char *prefix, char **path) { function
628 r = setup_one_tmp_dir(id, "/tmp", &a);
632 r = setup_one_tmp_dir(id, "/var/tmp", &b);

Completed in 11 milliseconds