Searched refs:wstatbuf (Results 1 – 1 of 1) sorted by relevance
1219 struct _stat wstatbuf; in _Py_stat() local1229 err = _wstat(wpath, &wstatbuf); in _Py_stat()1231 statbuf->st_mode = wstatbuf.st_mode; in _Py_stat()