Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dtimer.c71 t->stamp_path = mfree(t->stamp_path); in timer_done()
135 _cleanup_free_ char *stamp_path = NULL; in timer_setup_persistent() local
149 stamp_path = strjoin("/var/lib/systemd/timers/stamp-", UNIT(t)->id); in timer_setup_persistent()
155 stamp_path = strjoin(e, "/systemd/timers/stamp-", UNIT(t)->id); in timer_setup_persistent()
164 stamp_path = strjoin(h, "/.local/share/systemd/timers/stamp-", UNIT(t)->id); in timer_setup_persistent()
168 if (!stamp_path) in timer_setup_persistent()
171 return free_and_replace(t->stamp_path, stamp_path); in timer_setup_persistent()
603 if (t->stamp_path) in timer_enter_running()
604 … touch_file(t->stamp_path, true, t->last_trigger.realtime, UID_INVALID, GID_INVALID, MODE_INVALID); in timer_enter_running()
636 if (t->stamp_path) { in timer_start()
[all …]
Dtimer.h64 char *stamp_path; member