Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h18 extern int _Py_SetFileSystemEncoding(
/external/python/cpython3/Python/
Dpreconfig.c48 _Py_SetFileSystemEncoding(const char *encoding, const char *errors) in _Py_SetFileSystemEncoding() function
/external/python/cpython3/Objects/
Dunicodeobject.c15780 if (_Py_SetFileSystemEncoding(interp->fs_codec.encoding, in init_fs_codec()