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

/systemd/src/sysusers/
H A Dsysusers.c57 char *gid_path; member in struct:Item
832 if (_gid && i->gid_path && root_stat(i->gid_path, &st) >= 0) {
853 if (_uid && !found_uid && i->gid_path) {
858 } else if (root_stat(i->gid_path, &st) >= 0) {
1166 if (i->gid_path) {
1167 r = free_and_strdup(&j->gid_path, i->gid_path);
1190 free(i->gid_path);
1278 if (!streq_ptr(a->gid_path,
[all...]

Completed in 211 milliseconds