Searched refs:stamp (Results 1 - 3 of 3) sorted by relevance

/systemd/src/timesync/
H A Dtimesyncd.c49 usec_t stamp; local
54 stamp = timespec_load(&st.st_mtim);
55 if (stamp > min)
56 min = stamp;
65 /* create stamp file with the compiled-in date */
/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) { argument
359 if (stamp != USEC_INFINITY) {
362 timespec_store(&ts[0], stamp);

Completed in 26 milliseconds