Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h52 PyAPI_FUNC(int) _Py_stat(
/external/python/cpython3/Python/
Dfileutils.c709 _Py_stat(PyObject *path, struct stat *statbuf) in _Py_stat() function
/external/python/cpython3/Modules/
D_tkinter.c130 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
144 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
Dzipimport.c103 rv = _Py_stat(filename, &statbuf); in zipimporter_init()