Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c913 struct _stat wstatbuf; in _Py_stat() local
920 err = _wstat(wpath, &wstatbuf); in _Py_stat()
922 statbuf->st_mode = wstatbuf.st_mode; in _Py_stat()