Home
last modified time | relevance | path

Searched defs:wpathname (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Ddynload_win.c173 const wchar_t *wpathname = _PyUnicode_AsUnicode(pathname); local
175 wchar_t *wpathname = PyUnicode_AsWideCharString(pathname, NULL); local