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.h19 extern int _Py_SetFileSystemEncoding(
/external/python/cpython3/Python/
Dpreconfig.c49 _Py_SetFileSystemEncoding(const char *encoding, const char *errors) in _Py_SetFileSystemEncoding() function
/external/python/cpython3/Objects/
Dunicodeobject.c16114 if (_Py_SetFileSystemEncoding(fs_codec->encoding, in init_fs_codec()