Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c1219 struct _stat wstatbuf; in _Py_stat() local
1229 err = _wstat(wpath, &wstatbuf); in _Py_stat()
1231 statbuf->st_mode = wstatbuf.st_mode; in _Py_stat()