Home
last modified time | relevance | path

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

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