Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfileutils.h36 PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
/external/python/cpython3/Python/
Dfileutils.c55 _Py_device_encoding(int fd) in _Py_device_encoding() function
/external/python/cpython3/Modules/_io/
Dtextio.c1149 self->encoding = _Py_device_encoding(fd); in _io_TextIOWrapper___init___impl()
/external/python/cpython3/Modules/
Dposixmodule.c12425 return _Py_device_encoding(fd); in os_device_encoding_impl()