Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c407 FILE *f = _Py_wfopen(exec_prefix, L"rb"); in search_for_exec_prefix()
646 env_file = _Py_wfopen(tmpbuffer, L"r"); in calculate_path()
652 env_file = _Py_wfopen(tmpbuffer, L"r"); in calculate_path()
Dmain.c768 fp = _Py_wfopen(filename, L"r"); in Py_Main()
/external/python/cpython3/PC/
Dgetpathp.c543 FILE *sp_file = _Py_wfopen(path, L"r"); in read_pth_file()
675 env_file = _Py_wfopen(envbuffer, L"r"); in calculate_path()
681 env_file = _Py_wfopen(envbuffer, L"r"); in calculate_path()
/external/python/cpython3/Include/
Dfileutils.h64 PyAPI_FUNC(FILE *) _Py_wfopen(
/external/python/cpython3/Python/
Dfileutils.c1017 _Py_wfopen(const wchar_t *path, const wchar_t *mode) in _Py_wfopen() function