Home
last modified time | relevance | path

Searched refs:futimens_opath (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dfs-util.c305 int futimens_opath(int fd, const struct timespec ts[2]) { in futimens_opath() function
392 r = futimens_opath(fd, ts); in touch_file()
394 r = futimens_opath(fd, NULL); in touch_file()
Dfs-util.h44 int futimens_opath(int fd, const struct timespec ts[2]);
/systemd-251/src/udev/
Dudev-node.c686 r = futimens_opath(node_fd, NULL); in udev_node_apply_permissions_impl()