Searched refs:_Py_fstat_noraise (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Include/cpython/ |
D | fileutils.h | 81 PyAPI_FUNC(int) _Py_fstat_noraise(
|
/third_party/python/Programs/ |
D | _freeze_importlib.c | 59 if (_Py_fstat_noraise(fileno(infile), &stat)) { in main()
|
/third_party/python/Python/ |
D | bootstrap_hash.c | 336 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom()
|
D | fileutils.c | 1120 _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()
|
D | marshal.c | 1487 if (_Py_fstat_noraise(fileno(fp), &st) != 0) in getfilesize()
|
D | pylifecycle.c | 2331 if (_Py_fstat_noraise(fileno(stdin), &sb) == 0 && in init_sys_streams()
|
/third_party/python/Modules/_io/ |
D | fileio.c | 440 fstat_result = _Py_fstat_noraise(self->fd, &fdfstat); 711 fstat_result = _Py_fstat_noraise(self->fd, &status);
|
/third_party/python/Modules/ |
D | main.c | 338 if (_Py_fstat_noraise(fileno(fp), &sb) == 0 && S_ISDIR(sb.st_mode)) { in pymain_run_file_obj()
|
D | mmapmodule.c | 1215 fstat_result = _Py_fstat_noraise(fd, &status); in new_mmap_object()
|
D | posixmodule.c | 483 # define FSTAT _Py_fstat_noraise
|