Searched defs:touch_file (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ |
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);
|
Completed in 11 milliseconds