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

  /external/python/cpython3/Include/
fileutils.h 48 PyAPI_FUNC(int) _Py_fstat_noraise(
  /external/python/cpython3/Programs/
_freeze_importlib.c 57 if (_Py_fstat_noraise(fileno(infile), &status)) {
  /external/python/cpython3/Python/
random.c 307 if (_Py_fstat_noraise(urandom_cache.fd, &st)
fileutils.c 610 _Py_fstat_noraise(int fd, struct _Py_stat_struct *status)
688 res = _Py_fstat_noraise(fd, status);
    [all...]
marshal.c     [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Modules/_io/
fileio.c 443 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat);
707 if (_Py_fstat_noraise(self->fd, &status) == 0)
    [all...]
  /external/python/cpython3/Modules/
main.c 797 if (_Py_fstat_noraise(fileno(fp), &sb) == 0 &&
mmapmodule.c     [all...]
posixmodule.c 371 # define FSTAT _Py_fstat_noraise
    [all...]

Completed in 154 milliseconds