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

/systemd/src/sysusers/
H A Dsysusers.c813 static int root_stat(const char *p, struct stat *st) { function
832 if (_gid && i->gid_path && root_stat(i->gid_path, &st) >= 0) {
840 && root_stat(i->uid_path, &st) >= 0) {
858 } else if (root_stat(i->gid_path, &st) >= 0) {

Completed in 14 milliseconds