Home
last modified time | relevance | path

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

/haiku/src/build/libroot/
H A Dfs_darwin.cpp173 int fullfd = open(fullPath, O_RDONLY | O_SYMLINK); in fchmodat() local
174 status = fchmod(fullfd, mode); in fchmodat()
175 close(fullfd); in fchmodat()