Searched refs:_Py_fstat_noraise (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Programs/ |
D | _freeze_importlib.c | 57 if (_Py_fstat_noraise(fileno(infile), &status)) { in main()
|
/external/python/cpython3/Include/ |
D | fileutils.h | 102 PyAPI_FUNC(int) _Py_fstat_noraise(
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 317 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom()
|
D | fileutils.c | 812 _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()
|
D | marshal.c | 1530 if (_Py_fstat_noraise(fileno(fp), &st) != 0) in getfilesize()
|
D | sysmodule.c | 2302 if (_Py_fstat_noraise(fileno(stdin), &sb) == 0 && in _PySys_BeginInit()
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 433 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat); 699 fstat_result = _Py_fstat_noraise(self->fd, &status);
|
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 1104 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object()
|
D | main.c | 1588 if (_Py_fstat_noraise(fileno(fp), &sb) == 0 && in pymain_open_filename()
|
D | posixmodule.c | 363 # define FSTAT _Py_fstat_noraise
|