Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h106 PyAPI_FUNC(int) _Py_stat(
/external/python/cpython3/Python/
Dfileutils.c909 _Py_stat(PyObject *path, struct stat *statbuf) in _Py_stat() function
/external/python/cpython3/Modules/
D_tkinter.c128 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()
Dzipimport.c131 rv = _Py_stat(filename, &statbuf); in zipimport_zipimporter___init___impl()