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

/systemd/src/tmpfiles/
H A Dtmpfiles.c1103 static int glob_item(Item *i, action_t action, bool recursive) { function
1212 r = glob_item(i, write_one_file, false);
1458 r = glob_item(i, path_set_perms, false);
1464 r = glob_item(i, path_set_perms, true);
1470 r = glob_item(i, path_set_xattrs, false);
1476 r = glob_item(i, path_set_xattrs, true);
1482 r = glob_item(i, path_set_acls, false);
1488 r = glob_item(i, path_set_acls, true);
1494 r = glob_item(i, path_set_attribute, false);
1500 r = glob_item(
[all...]

Completed in 1002 milliseconds