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

/systemd/src/test/
H A Dtest-conf-files.c42 assert_se(touch_file(path, true, USEC_INFINITY, UID_INVALID, GID_INVALID, MODE_INVALID) == 0);
/systemd/src/basic/
H A Dfs-util.h54 int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode);
H A Dfs-util.c333 int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode) { function
374 return touch_file(path, false, USEC_INFINITY, UID_INVALID, GID_INVALID, MODE_INVALID);
/systemd/src/timesync/
H A Dtimesyncd.c66 (void) touch_file("/var/lib/systemd/clock", true, min, uid, gid, 0644);
/systemd/src/core/
H A Dtimer.c588 touch_file(t->stamp_path, true, t->last_trigger.realtime, UID_INVALID, GID_INVALID, MODE_INVALID);
628 touch_file(t->stamp_path, true, USEC_INFINITY, UID_INVALID, GID_INVALID, MODE_INVALID);
/systemd/src/libsystemd/sd-device/
H A Ddevice-private.c929 r = touch_file(path, true, USEC_INFINITY, UID_INVALID, GID_INVALID, 0444);

Completed in 1330 milliseconds