Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h201 …{"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding, METH_NOARGS, sys_getfilesystemen…
207 sys_getfilesystemencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencoding() function
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c261 sys_getfilesystemencoding(PyObject *self) in sys_getfilesystemencoding() function
947 {"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding,