Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h81 PyAPI_FUNC(int) _Py_fstat_noraise(
/third_party/python/Programs/
D_freeze_importlib.c59 if (_Py_fstat_noraise(fileno(infile), &stat)) { in main()
/third_party/python/Python/
Dbootstrap_hash.c336 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom()
Dfileutils.c1120 _Py_fstat_noraise(int fd, struct _Py_stat_struct *status) in _Py_fstat_noraise() function
1194 res = _Py_fstat_noraise(fd, status); in _Py_fstat()
Dmarshal.c1487 if (_Py_fstat_noraise(fileno(fp), &st) != 0) in getfilesize()
Dpylifecycle.c2331 if (_Py_fstat_noraise(fileno(stdin), &sb) == 0 && in init_sys_streams()
/third_party/python/Modules/_io/
Dfileio.c440 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat);
711 fstat_result = _Py_fstat_noraise(self->fd, &status);
/third_party/python/Modules/
Dmain.c338 if (_Py_fstat_noraise(fileno(fp), &sb) == 0 && S_ISDIR(sb.st_mode)) { in pymain_run_file_obj()
Dmmapmodule.c1215 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object()
Dposixmodule.c483 # define FSTAT _Py_fstat_noraise