Searched refs:posix_fchmod (Results 1 – 2 of 2) sorted by relevance
451 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod() function807 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()
1929 posix_fchmod(PyObject *self, PyObject *args) in posix_fchmod() function8871 {"fchmod", posix_fchmod, METH_VARARGS, posix_fchmod__doc__},