touch_file 510 src/core/timer.c touch_file(t->stamp_path, true, t->last_trigger.realtime, (uid_t) -1, (gid_t) -1, 0); touch_file 548 src/core/timer.c touch_file(t->stamp_path, true, (usec_t) -1, (uid_t) -1, (gid_t) -1, 0); touch_file 3519 src/shared/util.c return touch_file(path, false, USEC_INFINITY, (uid_t) -1, (gid_t) -1, 0); touch_file 501 src/shared/util.h int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode); touch_file 65 src/timesync/timesyncd.c touch_file("/var/lib/systemd/clock", true, min, uid, gid, 0644);