Home
last modified time | relevance | path

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

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