Searched refs:fullfd (Results 1 – 1 of 1) sorted by relevance
173 int fullfd = open(fullPath, O_RDONLY | O_SYMLINK); in fchmodat() local174 status = fchmod(fullfd, mode); in fchmodat()175 close(fullfd); in fchmodat()