Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp451 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod() function
807 if (detail::posix_fchmod(to_fd, from_stat, m_ec)) in __copy_file()
/external/python/cpython2/Modules/
Dposixmodule.c1929 posix_fchmod(PyObject *self, PyObject *args) in posix_fchmod() function
8871 {"fchmod", posix_fchmod, METH_VARARGS, posix_fchmod__doc__},