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

/systemd/src/tmpfiles/
H A Dtmpfiles.c125 usec_t age; member in struct:Item
382 usec_t age; local
480 age = timespec_load(&s.st_mtim);
481 if (age >= cutoff) {
486 format_timestamp_us(a, sizeof(a), age));
490 age = timespec_load(&s.st_atim);
491 if (age >= cutoff) {
495 format_timestamp_us(a, sizeof(a), age));
544 age = timespec_load(&s.st_mtim);
545 if (age >
1812 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL; local
[all...]

Completed in 2010 milliseconds