Home
last modified time | relevance | path

Searched refs:_Py_fstat_noraise (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Programs/
D_freeze_importlib.c57 if (_Py_fstat_noraise(fileno(infile), &status)) { in main()
/external/python/cpython3/Include/
Dfileutils.h102 PyAPI_FUNC(int) _Py_fstat_noraise(
/external/python/cpython3/Python/
Dbootstrap_hash.c317 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom()
Dfileutils.c812 _Py_fstat_noraise(int fd, struct _Py_stat_struct *status) in _Py_fstat_noraise() function
888 res = _Py_fstat_noraise(fd, status); in _Py_fstat()
Dmarshal.c1530 if (_Py_fstat_noraise(fileno(fp), &st) != 0) in getfilesize()
Dsysmodule.c2302 if (_Py_fstat_noraise(fileno(stdin), &sb) == 0 && in _PySys_BeginInit()
/external/python/cpython3/Modules/_io/
Dfileio.c433 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat);
699 fstat_result = _Py_fstat_noraise(self->fd, &status);
/external/python/cpython3/Modules/
Dmmapmodule.c1104 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object()
Dmain.c1588 if (_Py_fstat_noraise(fileno(fp), &sb) == 0 && in pymain_open_filename()
Dposixmodule.c363 # define FSTAT _Py_fstat_noraise