Home | History | Annotate | Download | only in Python

Lines Matching refs:wpath

714     wchar_t *wpath;
716 wpath = PyUnicode_AsUnicode(path);
717 if (wpath == NULL)
719 err = _wstat(wpath, &wstatbuf);
1083 wchar_t *wpath;
1097 wpath = PyUnicode_AsUnicode(path);
1098 if (wpath == NULL)
1109 f = _wfopen(wpath, wmode);