Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1950 posix_lchmod(PyObject *self, PyObject *args) in posix_lchmod() function
8877 {"lchmod", posix_lchmod, METH_VARARGS, posix_lchmod__doc__},