Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c3469 const wchar_t *po_wchars; in _listdir_windows_no_opendir() local
3472 po_wchars = L"."; in _listdir_windows_no_opendir()
3475 po_wchars = path->wide; in _listdir_windows_no_opendir()
3484 wcscpy(wnamebuf, po_wchars); in _listdir_windows_no_opendir()