Searched refs:symlinkfd (Results 1 – 1 of 1) sorted by relevance
152 int symlinkfd = open(path, O_RDONLY | O_SYMLINK); in fchmodat() local153 int status = fchmod(symlinkfd, mode); in fchmodat()154 close(symlinkfd); in fchmodat()