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

  /external/python/cpython3/Python/
dynload_shlib.c 78 if (_Py_fstat(fileno(fp), &status) == -1)
bootstrap_hash.c 350 if (_Py_fstat(fd, &st)) {
fileutils.c 881 _Py_fstat(int fd, struct _Py_stat_struct *status)
    [all...]
  /external/python/cpython3/Include/
fileutils.h 98 PyAPI_FUNC(int) _Py_fstat(
  /external/python/cpython3/Modules/
signalmodule.c 597 if (_Py_fstat(fd, &status) != 0)
623 if (_Py_fstat(fd, &status) != 0)
    [all...]
mmapmodule.c 433 if (_Py_fstat(self->fd, &status) == -1)
    [all...]

Completed in 2271 milliseconds