Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h85 PyAPI_FUNC(int) _Py_stat(
/third_party/python/Modules/
D_tkinter.c144 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
158 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
/third_party/python/Python/
Dfileutils.c1215 _Py_stat(PyObject *path, struct stat *statbuf) in _Py_stat() function