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

/systemd/src/basic/
H A Duser-util.h49 int get_home_dir(char **ret);
H A Duser-util.c334 int get_home_dir(char **_h) { function
/systemd/src/libsystemd/sd-path/
H A Dsd-path.c73 r = get_home_dir(&h);
148 r = get_home_dir(&h);
161 r = get_home_dir(buffer);
186 r = get_home_dir(&h);
198 r = get_home_dir(buffer);
300 r = get_home_dir(buffer);
/systemd/src/core/
H A Dunit-printf.c188 return get_home_dir(ret);
H A Dtimer.c155 r = get_home_dir(&h);
H A Dunit.c3235 r = get_home_dir(&ec->working_directory);
/systemd/src/test/
H A Dtest-unit-name.c209 assert_se(get_home_dir(&home) >= 0);

Completed in 28 milliseconds