Searched refs:touch_file (Results 1 - 6 of 6) sorted by relevance
/systemd/src/test/ |
H A D | test-conf-files.c | 42 assert_se(touch_file(path, true, USEC_INFINITY, UID_INVALID, GID_INVALID, MODE_INVALID) == 0);
|
/systemd/src/basic/ |
H A D | fs-util.h | 54 int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode);
|
H A D | fs-util.c | 333 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 D | timesyncd.c | 66 (void) touch_file("/var/lib/systemd/clock", true, min, uid, gid, 0644);
|
/systemd/src/core/ |
H A D | timer.c | 588 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 D | device-private.c | 929 r = touch_file(path, true, USEC_INFINITY, UID_INVALID, GID_INVALID, 0444);
|
Completed in 1330 milliseconds