Home
last modified time | relevance | path

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

/systemd-251/src/timesync/
Dwait-sync.c30 bool has_watchfile; member
153 sp->has_watchfile = access("/run/systemd/timesync/synchronized", F_OK) >= 0; in clock_state_update()
154 if (sp->has_watchfile) in clock_state_update()
231 if (state.has_watchfile) in run()