HomeSort by relevance Sort by last modified time
    Searched refs:_Py_stat (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
fileutils.h 52 PyAPI_FUNC(int) _Py_stat(
  /external/python/cpython3/Python/
fileutils.c 709 _Py_stat(PyObject *path, struct stat *statbuf)
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 130 stat_return_value = _Py_stat(tcl_library_path, &stat_buf);
144 stat_return_value = _Py_stat(tcl_library_path, &stat_buf);
    [all...]
zipimport.c 103 rv = _Py_stat(filename, &statbuf);
    [all...]

Completed in 396 milliseconds