Home
last modified time | relevance | path

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

/haiku/src/build/libroot/
H A Dfs_darwin.cpp152 int symlinkfd = open(path, O_RDONLY | O_SYMLINK); in fchmodat() local
153 int status = fchmod(symlinkfd, mode); in fchmodat()
154 close(symlinkfd); in fchmodat()