Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c139 _Py_wstat(const wchar_t* path, struct stat *buf) in _Py_wstat() function
168 if (_Py_wstat(filename, &buf) != 0) { in isfile()
201 if (_Py_wstat(filename, &buf) != 0) { in isxfile()
219 if (_Py_wstat(filename, &buf) != 0) { in isdir()