Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dinstall-file.c101 _cleanup_close_ int rofd = -1; in install_file() local
155 rofd = TAKE_FD(regfd); in install_file()
180 rofd = TAKE_FD(dfd); in install_file()
254 if (rofd >= 0) { in install_file()
255 r = fs_make_very_read_only(rofd); in install_file()