Home
last modified time | relevance | path

Searched refs:fdaction_t (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/tmpfiles/
Dtmpfiles.c1874 typedef int (*fdaction_t)(Item *i, int fd, const char *path, const struct stat *st); typedef
1876 static int item_do(Item *i, int fd, const char *path, fdaction_t action) { in item_do()
1954 static int glob_item_recursively(Item *i, fdaction_t action) { in glob_item_recursively()