Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h37 extern int _Py_SetFileSystemEncoding(
/third_party/python/Python/
Dpreconfig.c47 _Py_SetFileSystemEncoding(const char *encoding, const char *errors) in _Py_SetFileSystemEncoding() function
/third_party/python/Objects/
Dunicodeobject.c16265 if (_Py_SetFileSystemEncoding(fs_codec->encoding, in init_fs_codec()