Searched refs:_Py_stat (Results 1 – 4 of 4) sorted by relevance
106 PyAPI_FUNC(int) _Py_stat(
909 _Py_stat(PyObject *path, struct stat *statbuf) in _Py_stat() function
128 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()142 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
131 rv = _Py_stat(filename, &statbuf); in zipimport_zipimporter___init___impl()