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

/systemd/src/tmpfiles/
H A Dtmpfiles.c604 static int path_set_perms(Item *i, const char *path) { function
1045 r = path_set_perms(i, path);
1205 r = path_set_perms(i, i->path);
1295 r = path_set_perms(i, i->path);
1340 r = path_set_perms(i, i->path);
1449 r = path_set_perms(i, i->path);
1458 r = glob_item(i, path_set_perms, false);
1464 r = glob_item(i, path_set_perms, true);

Completed in 18 milliseconds