Home
last modified time | relevance | path

Searched refs:_Py_wfopen (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/
Dgetpath.c477 FILE *f = _Py_wfopen(exec_prefix, L"rb"); in search_for_exec_prefix()
750 env_file = _Py_wfopen(tmpbuffer, L"r"); in calculate_read_pyenv()
758 env_file = _Py_wfopen(tmpbuffer, L"r"); in calculate_read_pyenv()
Dmain.c1558 fp = _Py_wfopen(pymain->filename, L"r"); in pymain_open_filename()
/external/python/cpython3/Include/
Dfileutils.h118 PyAPI_FUNC(FILE *) _Py_wfopen(
/external/python/cpython3/PC/
Dgetpathp.c565 FILE *sp_file = _Py_wfopen(path, L"r"); in read_pth_file()
718 FILE *env_file = _Py_wfopen(envbuffer, L"r"); in calculate_pyvenv_file()
726 env_file = _Py_wfopen(envbuffer, L"r"); in calculate_pyvenv_file()
/external/python/cpython3/Python/
Dfileutils.c1239 _Py_wfopen(const wchar_t *path, const wchar_t *mode) in _Py_wfopen() function