Home | History | Annotate | Download | only in Modules

Lines Matching refs:chflags

1971 "chflags(path, flags)\n\n\
1980 if (!PyArg_ParseTuple(args, "etk:chflags",
1984 res = chflags(path, flags);
8867 {"chflags", posix_chflags, METH_VARARGS, posix_chflags__doc__},