Searched refs:stamp_path (Results 1 - 2 of 2) sorted by relevance
| /systemd/src/core/ |
| H A D | timer.c | 82 free(t->stamp_path); 144 t->stamp_path = strappend("/var/lib/systemd/timers/stamp-", UNIT(t)->id); 150 t->stamp_path = strjoin(e, "/systemd/timers/stamp-", UNIT(t)->id, NULL); 159 t->stamp_path = strjoin(h, "/.local/share/systemd/timers/stamp-", UNIT(t)->id, NULL); 163 if (!t->stamp_path) 587 if (t->stamp_path) 588 touch_file(t->stamp_path, true, t->last_trigger.realtime, UID_INVALID, GID_INVALID, MODE_INVALID); 619 if (t->stamp_path) { 622 if (stat(t->stamp_path, &st) >= 0) 628 touch_file(t->stamp_path, tru [all...] |
| H A D | timer.h | 77 char *stamp_path; member in struct:Timer
|
Completed in 72 milliseconds